diff options
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs')
-rw-r--r-- | OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs index 9acf305..c305657 100644 --- a/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs +++ b/OpenSim/Tools/OpenSim.GUI/frmConfiguration.cs | |||
@@ -1,18 +1,18 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.ComponentModel; | 3 | using System.ComponentModel; |
4 | using System.Data; | 4 | using System.Data; |
5 | using System.Drawing; | 5 | using System.Drawing; |
6 | using System.Text; | 6 | using System.Text; |
7 | using System.Windows.Forms; | 7 | using System.Windows.Forms; |
8 | 8 | ||
9 | namespace OpenSim.GUI | 9 | namespace OpenSim.GUI |
10 | { | 10 | { |
11 | public partial class frmConfiguration : Form | 11 | public partial class frmConfiguration : Form |
12 | { | 12 | { |
13 | public frmConfiguration() | 13 | public frmConfiguration() |
14 | { | 14 | { |
15 | InitializeComponent(); | 15 | InitializeComponent(); |
16 | } | 16 | } |
17 | } | 17 | } |
18 | } \ No newline at end of file | 18 | } \ No newline at end of file |