Ejemplo n.º 1
0
 public void VisitAdd(AddCommand Add)
 {
     System.Console.WriteLine("Sending add: " + Add.Tuple);
     CliApi.Add(Add.Tuple);
 }