private static void pmClearInstanse() { if (mInstanse != null) { mInstanse = null; } }
public static frmPdCateg GetInstanse() { if (mInstanse == null) { mInstanse = new frmPdCateg(); } return(mInstanse); }