Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected override PropertyCollection OnCreatePropertyCollection()
- {
- List<Property> propsBuilder = new List<Property>();
- propsBuilder.Add(new Int32Property("Left-hand brightness", 0, 0, 10));
- propsBuilder.Add(new Int32Property("Right-hand brightness", 0, 0, 10));
- return new PropertyCollection(propsBuilder);
- }
Advertisement
Add Comment
Please, Sign In to add comment