Cauldron/Cauldron.Macos/AppDelegate.designer.cs

22 lines
500 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
{
2023-07-19 22:09:25 +00:00
partial class AppDelegate
2023-07-19 19:30:39 +00:00
{
2023-07-19 22:09:25 +00:00
[Action ("RunScriptMenuItemClicked:")]
partial void RunScriptMenuItemClicked (AppKit.NSMenuItem sender);
2023-07-19 19:30:39 +00:00
void ReleaseDesignerOutlets ()
{
}
}
}