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