예제 #1
0
파일: Gadget.cs 프로젝트: fkpwolf/tinyFan
 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();
 }