diff options
Diffstat (limited to 'OpenSim/Grid/Manager/OpenGridServices.Manager/ConnectToGridServer.cs')
-rw-r--r-- | OpenSim/Grid/Manager/OpenGridServices.Manager/ConnectToGridServer.cs | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/OpenSim/Grid/Manager/OpenGridServices.Manager/ConnectToGridServer.cs b/OpenSim/Grid/Manager/OpenGridServices.Manager/ConnectToGridServer.cs index b06f731..c8bc8c0 100644 --- a/OpenSim/Grid/Manager/OpenGridServices.Manager/ConnectToGridServer.cs +++ b/OpenSim/Grid/Manager/OpenGridServices.Manager/ConnectToGridServer.cs | |||
@@ -31,14 +31,11 @@ using System; | |||
31 | 31 | ||
32 | namespace OpenGridServices.Manager | 32 | namespace OpenGridServices.Manager |
33 | { | 33 | { |
34 | 34 | public partial class Connect to grid server : Gtk.Dialog | |
35 | 35 | { | |
36 | public partial class Connect to grid server : Gtk.Dialog | 36 | public Connect to grid server() |
37 | { | 37 | { |
38 | 38 | this.Build(); | |
39 | public Connect to grid server() | 39 | } |
40 | { | 40 | } |
41 | this.Build(); | ||
42 | } | ||
43 | } | ||
44 | } | 41 | } |