public static void OnChanged() { if (DevDeviceList.Changed != null) { DevDeviceList.Changed(); } }
public static void OnChanged() { if (DevDeviceList.Changed == null) { return; } DevDeviceList.Changed(); }