Esempio n. 1
0
 public bool SelectAsl(Asl a)
 {
     //This is just a shortcut method
     return WriteTai(a.Select);
 }
Esempio n. 2
0
 public bool ConnectAsl(Asl a)
 {
     //This is just a shortcut method
     Devices.Add(a);
     return WriteTai(a.Instance);
 }