OnPro/HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs
@@ -4,9 +4,6 @@ using System.Collections.Generic; using System.Threading; using HDL_ON.DAL.Server; #if DEBUG using Xamarin.Essentials; #endif namespace HDL_ON.UI { /// <summary> @@ -872,8 +869,6 @@ /// <param name="text"></param> void CopyToClipboard(string text) { Clipboard.SetTextAsync(text); Utlis.ShowTip(text + "\n" + Language.StringByID(StringId.CopySuccess)); } #endif