コード例 #1
0
 static public AttPIDMonitor Instance()
 {
     if (_instance == null)
     {
         _instance = new AttPIDMonitor();
     }
     return(_instance);
 }
コード例 #2
0
 void MyWindow_Closed(object sender, System.EventArgs e)
 {
     _instance = null;
 }