aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs18
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 @@
1using System;
2using System.Collections.Generic;
3using System.ComponentModel;
4using System.Data;
5using System.Drawing;
6using System.Text;
7using System.Windows.Forms;
8
9namespace 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