Пример #1
0
 public static CSReportLibrary getLibrary()
 {
     if (_instance == null)
     {
         _instance = new CSReportLibrary();
     }
     return(_instance);
 }
Пример #2
0
 internal void closeLibrary()
 {
     _templates = new List <AReport> ( );
     _instance  = null;
 }