Exemplo n.º 1
0
 public static DEVICECATEGORY ConvertDeviceNameToDeviceCategory(STATIONNAME StationName, DEVICENAME DeviceName)
 {
     return(AstroData.GetDeviceCategoryByDeviceName(StationName, DeviceName));
 }