UnitEditor.MainMenu.cs 411 B

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