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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-19 16:29:04 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-19 16:29:04 +0300
commite9574a8af10e640f7dff8ecd91cd0e8d41b191ec (patch)
treec4a4b5a2dfeb2d02716a904f93595431564e7e1e /MessageBoxManager.cs
parent67b72814e8943b02832e92f3ac9844c2cf722fe4 (diff)
Final fixes and cleanup
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