Example #1
0
 public VSMComponent(ComponentLogger log)
     : base(log)
 {
     _config = new VSMComponentConfig();
     Configuration = _config;
 }
Example #2
0
 public VSMComponent(ComponentLogger log)
     : base(log)
 {
     _config       = new VSMComponentConfig();
     Configuration = _config;
 }