Exemple #1
0
 public int GetPathID(GPSProxy.SerialPort.ServiceWrapper.PathInfo path)
 {
     return(base.Channel.GetPathID(path));
 }
Exemple #2
0
 public bool CreateNewPath(GPSProxy.SerialPort.ServiceWrapper.PathInfo path, GPSProxy.SerialPort.ServiceWrapper.UserInfo user)
 {
     return(base.Channel.CreateNewPath(path, user));
 }