diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.GridLaunch/GUI/IGUI.cs')
-rw-r--r-- | OpenSim/Tools/OpenSim.GridLaunch/GUI/IGUI.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/GUI/IGUI.cs b/OpenSim/Tools/OpenSim.GridLaunch/GUI/IGUI.cs new file mode 100644 index 0000000..45d8af7 --- /dev/null +++ b/OpenSim/Tools/OpenSim.GridLaunch/GUI/IGUI.cs | |||
@@ -0,0 +1,12 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.GridLaunch.GUI | ||
6 | { | ||
7 | public interface IGUI | ||
8 | { | ||
9 | void StartGUI(); | ||
10 | void StopGUI(); | ||
11 | } | ||
12 | } | ||