Cauldron/Cauldron.Macos/MainWindow.designer.cs

38 lines
913 B
C#
Raw Normal View History

2023-07-19 19:30:39 +00:00
// WARNING
//
// This file has been generated automatically by Visual Studio to store outlets and
// actions made in the UI designer. If it is removed, they will be lost.
// Manual changes to this file may not be handled correctly.
//
using Foundation;
using System.CodeDom.Compiler;
2023-07-21 20:11:56 +00:00
namespace Cauldron.Macos
2023-07-19 19:30:39 +00:00
{
[Register ("MainWindow")]
partial class MainWindow
{
2023-07-26 20:59:15 +00:00
[Outlet]
AppKit.NSSegmentedControl DiagnosticsToolbarGroup { get; set; }
2023-07-19 19:30:39 +00:00
[Outlet]
AppKit.NSToolbarItem RunScriptToolbarButton { get; set; }
[Action ("BtnRunScriptClicked:")]
partial void BtnRunScriptClicked (AppKit.NSToolbarItem sender);
void ReleaseDesignerOutlets ()
{
2023-07-26 20:59:15 +00:00
if (DiagnosticsToolbarGroup != null) {
DiagnosticsToolbarGroup.Dispose ();
DiagnosticsToolbarGroup = null;
}
if (RunScriptToolbarButton != null) {
RunScriptToolbarButton.Dispose ();
RunScriptToolbarButton = null;
}
2023-07-19 19:30:39 +00:00
}
}
}