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:
authorCeRiAl <ikhatib@gmail.com>2017-11-09 04:28:23 +0300
committerCeRiAl <ikhatib@gmail.com>2017-11-21 01:30:47 +0300
commit6b89719f1623d4fc3cff73af7cf1d71d59344e5e (patch)
treecadbc33943a6854db0484ea6ae874dcdf4d1dd9d /MainForm.cs
parente3c5fbefb6a42483821d395f935b7356e9503872 (diff)
Remove unnecessary references to System.Deployment.Application
* Use the new ApplicationDeploymentWrapper instead * Remove project reference to System.Deployment
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MainForm.cs b/MainForm.cs
index cd145361..95eb9d5e 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -5,7 +5,6 @@ using SevenZip;
using System;
using System.Collections;
using System.Collections.Generic;
-using System.Deployment.Application;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;