CCM.Driver.Driver C# (CSharp) Method

Driver() public method

public Driver ( ) : System
return 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