Beispiel #1
0
 public DateTimePickerEx() : base()
 {
     cdw             = new CustomDrawWindow(this);
     cdw.CustomDraw += CustomDraw;
 }
Beispiel #2
0
 public TextBoxEx()
 {
     cdw             = new CustomDrawWindow(this);
     cdw.CustomDraw += CustomDraw;
 }