Example #1
0
 static DI()
 {
     config           = PublicDI.config;
     log              = PublicDI.log;
     reflection       = new O2FormsReflectionASCX();
     cecilUtils       = new CecilUtils();
     monoCecil        = new O2MonoCecil();
     assemblyAnalysis = new AssemblyAnalysisImpl();
 }
Example #2
0
 static DI()
 {
     config = PublicDI.config;
     log = PublicDI.log;
     reflection = new O2FormsReflectionASCX();
     cecilUtils = new CecilUtils();
     monoCecil = new O2MonoCecil();
     assemblyAnalysis = new AssemblyAnalysisImpl();
 }