From dd7e4794fd611de967c6322dd0bb7ffda41c2f7b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 29 十一月 2021 16:32:55 +0800 Subject: [PATCH] 增加了安防相关功能 --- SiriIntentsUI/IntentViewController.designer.cs | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/SiriIntentsUI/IntentViewController.designer.cs b/SiriIntentsUI/IntentViewController.designer.cs index 412778b..de743aa 100644 --- a/SiriIntentsUI/IntentViewController.designer.cs +++ b/SiriIntentsUI/IntentViewController.designer.cs @@ -1,17 +1,27 @@ -锘�// -// This file has been generated automatically by MonoDevelop to store outlets and -// actions made in the Xcode designer. If it is removed, they will be lost. +// 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; namespace SiriIntentsUI { - [Register("IntentViewController")] - partial class IntentViewController - { - void ReleaseDesignerOutlets() - { - } - } + [Register ("IntentViewController")] + partial class IntentViewController + { + [Outlet] + [GeneratedCode("iOS Designer", "1.0")] + UIKit.UILabel lblMsg { get; set; } + + void ReleaseDesignerOutlets () + { + if (lblMsg != null) { + lblMsg.Dispose (); + lblMsg = null; + } + } + } } -- Gitblit v1.8.0