Esempio n. 1
0
 static DI()
 {
     config = PublicDI.config;
     log = PublicDI.log;
     //reflection = PublicDI.reflection;
     reflection = new O2FormsReflectionASCX();
 }
Esempio n. 2
0
        static DI()
        {
            config = PublicDI.config;   // need to use local copy
            log = PublicDI.log;

            reflection = new O2FormsReflectionASCX();                        
                       
        }
Esempio n. 3
0
        static DI()
        {
            log = PublicDI.log;
            reflection = new O2FormsReflectionASCX();
            config = PublicDI.config;

            dFilteredFuntionSignatures = new Dictionary<string, FilteredSignature>();
            dFilesLines = new Dictionary<string, List<string>>();

            dO2Vars = new Dictionary<string, object>();
            dRegExes = new Dictionary<string, Regex>();

            sourceCodeMappingFileName = "SourceCodeMappingsFile.xml";
            sourceCodeMappings = SourceCodeMappingsUtils.getSourceCodeMappings();
            PathToGac = Path.Combine(Environment.GetEnvironmentVariable("windir") ?? "", "Assembly");//\\GAC_MSIL");                        
        }