mirror of
git://opensimulator.org/git/opensim
synced 2026-08-17 18:42:36 +00:00
17 lines
201 B
C#
17 lines
201 B
C#
|
|
using System;
|
|
|
|
namespace OpenGridServices.Manager
|
|
{
|
|
|
|
|
|
public partial class Connect to grid server : Gtk.Dialog
|
|
{
|
|
|
|
public Connect to grid server()
|
|
{
|
|
this.Build();
|
|
}
|
|
}
|
|
}
|