Beispiel #1
0
 public JPDAComponent(ComponentLogger log)
     : base(log)
 {
     _config       = new JPDAComponentConfig();
     Configuration = _config;
 }
Beispiel #2
0
 public JPDAComponent(ComponentLogger log)
     : base(log)
 {
     _config = new JPDAComponentConfig();
     Configuration = _config;
 }