예제 #1
0
 public void Run()
 {
     form = MotionDataUtilityForm.Singleton;
     form.AttachIPlguinHost(Owner);
     form.Show();
 }
예제 #2
0
 void MotionDataUtilityForm_Disposed(object sender, EventArgs e)
 {
     lock (_lockSingleton) {
         _singleton = null;
     }
 }