コード例 #1
0
 public static void ConnectionActive(object sender)
 {
     OnDcsConnectionActive?.Invoke(sender, new DCSBIOSConnectionEventArgs()); // Informs main UI that data is coming
 }
コード例 #2
0
 public static bool OnDcsConnectionActiveEventSubscribed()
 {
     return(OnDcsConnectionActive != null && OnDcsConnectionActive.GetInvocationList().Length > 0);
 }