1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Database.Sql.SqlServer
{
public partial class SqlServerColumnEditorWidget
{
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
// Widget MonoDevelop.Database.Sql.SqlServer.SqlServerColumnEditorWidget
global::Stetic.BinContainer.Attach (this);
this.Name = "MonoDevelop.Database.Sql.SqlServer.SqlServerColumnEditorWidget";
if ((this.Child != null)) {
this.Child.ShowAll ();
}
this.Show ();
}
}
}
|