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