Example #1
0
 public static WinSetWorkType GetWinInst()
 {
     if (g_WinSetWorkType == null)
     {
         g_WinSetWorkType = new WinSetWorkType();
     }
     return(g_WinSetWorkType);
 }
Example #2
0
 private void BaseMetroWindow_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     g_WinSetWorkType = null;
 }