Exemple #1
0
 public void AsParam11(CliInterface itf, int x) { itf.M2(x); }
Exemple #2
0
 public CliInterface AsRetVal10(CliInterface itf) { return itf; }
Exemple #3
0
 public void AsParam10(CliInterface itf) { itf.M1(); }
Exemple #4
0
 public CliInterface AsRetVal10(CliInterface itf)
 {
     return(itf);
 }
Exemple #5
0
 public void AsParam11(CliInterface itf, int x)
 {
     itf.M2(x);
 }
Exemple #6
0
 public void AsParam10(CliInterface itf)
 {
     itf.M1();
 }
Exemple #7
0
 public Cli(CliInterface cliInterface)
 {
     this.cliInterface = cliInterface;
     proc = new Process();
 }