Пример #1
0
 private static void Closed(object sender, LuaEventArgs args)
 {
     GarrisonButler.Diagnostic("[CapacitiveFrame] Closed.");
     Instance = null;
 }
Пример #2
0
 private static void Opened(object sender, LuaEventArgs args)
 {
     GarrisonButler.Diagnostic("[CapacitiveFrame] Opened.");
     Instance = new CapacitiveDisplayFrame();
 }