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