CCM.Driver.Driver C# (CSharp) 메소드

Driver() 공개 메소드

public Driver ( ) : System
리턴 System
        public Driver()
        {
            // added for testability purposes, should not be instansiated outside of test framework
              this.configFile = new ConfigurationFile(new XmlDocument());
              Init();
        }

Same methods

Driver::Driver ( ConfigurationFile configFile ) : System