MyCustomControl.MyCustomControl C# (CSharp) Method

MyCustomControl() public method

public MyCustomControl ( )
        public MyCustomControl()
        {
            InitializeComponent();
        }
        public string MyCLRProperty { get; set; }
MyCustomControl