Exemplo n.º 1
0
 public static void OnChanged()
 {
     if (DevDeviceList.Changed != null)
     {
         DevDeviceList.Changed();
     }
 }
Exemplo n.º 2
0
 public static void OnChanged()
 {
     if (DevDeviceList.Changed == null)
     {
         return;
     }
     DevDeviceList.Changed();
 }