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 /GameGenieCodeAddModForm.cs
parent67b72814e8943b02832e92f3ac9844c2cf722fe4 (diff)
Final fixes and cleanup
Diffstat (limited to 'GameGenieCodeAddModForm.cs')
-rw-r--r--GameGenieCodeAddModForm.cs11
1 files changed, 2 insertions, 9 deletions
diff --git a/GameGenieCodeAddModForm.cs b/GameGenieCodeAddModForm.cs
index b94892c1..25e75736 100644
--- a/GameGenieCodeAddModForm.cs
+++ b/GameGenieCodeAddModForm.cs
@@ -1,14 +1,7 @@
-using com.clusterrr.hakchi_gui.Properties;
-using com.clusterrr.Famicom;
+using com.clusterrr.Famicom;
+using com.clusterrr.hakchi_gui.Properties;
using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
-using System.Text;
using System.Windows.Forms;
-using System.IO;
namespace com.clusterrr.hakchi_gui
{