コード例 #1
0
 public JPDAComponent(ComponentLogger log)
     : base(log)
 {
     _config       = new JPDAComponentConfig();
     Configuration = _config;
 }
コード例 #2
0
ファイル: JPDAComponent.cs プロジェクト: CoEST/TraceLab-CDK
 public JPDAComponent(ComponentLogger log)
     : base(log)
 {
     _config = new JPDAComponentConfig();
     Configuration = _config;
 }