예제 #1
0
 public static 工作面视图 InstanceObject()
 {
     if (_instance == null) {
         _instance = new 工作面视图();
     }
     return _instance;
 }
예제 #2
0
 private void 工作面视图_FormClosing(object sender, FormClosingEventArgs e)
 {
     _instance = null;
 }