Example #1
0
 public FloatingDialog()
 {
     ctrl        = new FloatingWindowControl();
     ctrl.Close += new EventHandler(ctrl_Close);
 }
 public FloatingDialog()
 {
     ctrl = new FloatingWindowControl();
     ctrl.Close += new EventHandler(ctrl_Close);
 }