Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Base reference not getting added
- public interface IColor
- {
- string color{get;set;}
- }
- public class MyControl:UserControl,IColor
- {
- public MyControl()
- {
- InitializeComponent();
- }
- public string color{get;set;}
- }
Advertisement
Add Comment
Please, Sign In to add comment