コード例 #1
0
 public static void UpdateChache()
 {
     ChannelCache = Channel.SelectAll();
     StationCache = Station.SelectAll();
 }