X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcec-config-gui%2Factions%2FUpdateEvent.cs;h=4a3e701a9099c91fbaa46fc24128593fa8f14231;hb=9465b147bebb736351f32e92413a0eb0302028bc;hp=dae21bfc438439d024a819805821bfeedb626f8b;hpb=6d866874c4acb7620caea7a4415357bbf56f1a62;p=deb_libcec.git diff --git a/src/cec-config-gui/actions/UpdateEvent.cs b/src/cec-config-gui/actions/UpdateEvent.cs index dae21bf..4a3e701 100644 --- a/src/cec-config-gui/actions/UpdateEvent.cs +++ b/src/cec-config-gui/actions/UpdateEvent.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using CecSharp; namespace CecConfigGui @@ -19,7 +17,8 @@ namespace CecConfigGui AVRVendorId, Configuration, MenuLanguage, - PollDevices + PollDevices, + ExitApplication } public class UpdateEvent : EventArgs @@ -62,11 +61,7 @@ namespace CecConfigGui public abstract class UpdateProcess { - public UpdateProcess() - { - } - - public void SendEvent(UpdateEventType type) + public void SendEvent(UpdateEventType type) { EventHandler temp = EventHandler; if (temp != null)