コード例 #1
0
 public IVatDevice GetVatDevice(string str)
 {
     return(VatService.GetVatDevice(str) as VatDevice);
 }
コード例 #2
0
 public IVatDevice GetVatDevice(ICoreObject controllerTarget)
 {
     return(VatService.GetVatDevice(controllerTarget) as VatDevice);
 }