diff options
author | Tedd Hansen | 2007-09-12 13:27:04 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-09-12 13:27:04 +0000 |
commit | a5aedc089671fa326285c590a7bdd6414d2ec5f3 (patch) | |
tree | 55e78716eec7e35c094d89646b0288ec58a9120c /OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs | |
parent | GUI also contains option for Stand Alone mode. (diff) | |
download | opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.zip opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.gz opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.bz2 opensim-SC_OLD-a5aedc089671fa326285c590a7bdd6414d2ec5f3.tar.xz |
GUI: Added placeholders + info on what to be done
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs new file mode 100644 index 0000000..9acf305 --- /dev/null +++ b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs | |||
@@ -0,0 +1,18 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.ComponentModel; | ||
4 | using System.Data; | ||
5 | using System.Drawing; | ||
6 | using System.Text; | ||
7 | using System.Windows.Forms; | ||
8 | |||
9 | namespace OpenSim.GUI | ||
10 | { | ||
11 | public partial class frmConfiguration : Form | ||
12 | { | ||
13 | public frmConfiguration() | ||
14 | { | ||
15 | InitializeComponent(); | ||
16 | } | ||
17 | } | ||
18 | } \ No newline at end of file | ||