コード例 #1
0
 public static CallOutWindow GetInstance()
 {
     if (null == _instance)
     {
         _instance = new CallOutWindow();
     }
     return(_instance);
 }
コード例 #2
0
 public void Window_Close(object sender, EventArgs e)
 {
     _instance = null;
 }