internal DirectiveProcessor(SampleDebugAdapter adapter)
 {
     this.adapter = adapter;
 }
Exemple #2
0
 protected SampleObject(SampleDebugAdapter adapter)
 {
     this.Adapter = adapter;
 }