From e71c57108e6dd407c2c6f0361f68150f2ff9aed5 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 15 十二月 2021 13:41:16 +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