Пример #1
0
 public Gadget()
 {
     this.window = new GadgetWindow();
       this.window.Paint += delegate(object sender, PaintEventArgs e) {
     OnPaint(e);
       };
 }
Пример #2
0
 public Gadget()
 {
     this.window        = new GadgetWindow();
     this.window.Paint += delegate(object sender, PaintEventArgs e) {
         OnPaint(e);
     };
 }
Пример #3
0
 public Gadget()
 {
     this.window = new GadgetWindow();
     CreateBuffer();
 }