예제 #1
0
 private static void HubitatAutomationEvent(object sender, AutomationEventEventArgs e)
 {
     Console.WriteLine($"{DateTime.Now} Automation event processed!");
 }
예제 #2
0
 private void OnAutomationEvent(AutomationEventEventArgs automationEventEventArgs)
 {
     this.AutomationEvent?.Invoke(this, automationEventEventArgs);
 }