Example #1
0
 public Background(MyControl control) : base(control)
 {
 }
Example #2
0
 public ForeColor(MyControl control) : base(control)
 {
 }
Example #3
0
 public Decoration(MyControl control)
 {
     ctr = control;
 }