Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MessageBoxManager.cs')
-rw-r--r--MessageBoxManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MessageBoxManager.cs b/MessageBoxManager.cs
index 98b51c31..7b53f01d 100644
--- a/MessageBoxManager.cs
+++ b/MessageBoxManager.cs
@@ -1,8 +1,7 @@
#pragma warning disable 0618
-using System;
-using System.Text;
using System.Runtime.InteropServices;
using System.Security.Permissions;
+using System.Text;
[assembly: SecurityPermission(SecurityAction.RequestMinimum, UnmanagedCode = true)]
namespace System.Windows.Forms