From 358cb88d56078fab57c5daf9493704b111217839 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 18 Jul 2015 20:10:15 +0000 Subject: WinGui: Add a Mini Status Display window that can be accessed via the tray notify icon when the app is minimised to tray. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7350 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../ViewModels/Interfaces/IMiniViewModel.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 win/CS/HandBrakeWPF/ViewModels/Interfaces/IMiniViewModel.cs (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces/IMiniViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMiniViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMiniViewModel.cs new file mode 100644 index 000000000..dbc3d8259 --- /dev/null +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IMiniViewModel.cs @@ -0,0 +1,22 @@ +// -------------------------------------------------------------------------------------------------------------------- +// +// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. +// +// +// The IMiniViewModel interface. +// +// -------------------------------------------------------------------------------------------------------------------- + +namespace HandBrakeWPF.ViewModels.Interfaces +{ + /// + /// The IMiniViewModel interface. + /// + public interface IMiniViewModel + { + /// + /// The activate. + /// + void Activate(); + } +} \ No newline at end of file -- cgit v1.2.3