public static FrmCFoutput GetSingleton() { if (frm == null || frm.IsDisposed) { frm = new FrmCFoutput(); } return(frm); }