public static WinParInsp GetWinInst(ParInspAll parAll) { try { if (g_WinInst == null) { g_WinInst = new WinParInsp(parAll); } g_WinInst.Focus(); } catch (Exception ex) { Log.L_I.WriteError(g_NameClass, ex); } return(g_WinInst); }
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e) { g_WinInst = null; }