Пример #1
0
 public static WinSetSTDArrayConfig GetWinInst(out bool blNew)
 {
     blNew = false;
     try
     {
         if (g_WinInst == null)
         {
             blNew     = true;
             g_WinInst = new WinSetSTDArrayConfig();
         }
     }
     catch (Exception)
     {
     }
     return(g_WinInst);
 }
Пример #2
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     g_WinInst = null;
 }