From a5aedc089671fa326285c590a7bdd6414d2ec5f3 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Wed, 12 Sep 2007 13:27:04 +0000 Subject: GUI: Added placeholders + info on what to be done --- OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs (limited to 'OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs') 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 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; + +namespace OpenSim.GUI +{ + public partial class frmConfiguration : Form + { + public frmConfiguration() + { + InitializeComponent(); + } + } +} \ No newline at end of file -- cgit v1.1