Esempio n. 1
0
 public void OnCreate(IApplication hook)
 {
     if (hook != null)
     {
         this.hk          = hook;
         resample         = new Resample1();
         resample.Visible = false;
     }
 }
Esempio n. 2
0
 public void OnCreate(IApplication hook)
 {
     if (hook != null)
     {
         this.hk = hook;
         resample = new Resample1();
         resample.Visible = false;
     }
 }