Esempio n. 1
0
 public int Move(string Unit, int Count)
 {
     return(tr.Move(Unit, Count));
 }