private static ReportLocalizer GetInstance() { if (_instance == null) { _instance = new ReportLocalizer(); } return(_instance); }
private static ReportLocalizer GetInstance() { if (_instance == null) { _instance = new ReportLocalizer(); } return _instance; }