mirror of
https://github.com/opensim/opensim.git
synced 2026-05-24 02:35:36 +08:00
17 lines
185 B
C#
17 lines
185 B
C#
|
|
using System;
|
|
|
|
namespace OpenGridServices.Manager
|
|
{
|
|
|
|
|
|
public partial class Connect to grid server : Gtk.Dialog
|
|
{
|
|
|
|
public Connect to grid server()
|
|
{
|
|
this.Build();
|
|
}
|
|
}
|
|
}
|