Delete FormKeyMfd.cs

This commit is contained in:
0x10 2019-01-30 10:29:37 +08:00 committed by GitHub
parent 6fe7e6f510
commit 3c71e25b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +0,0 @@
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;
namespace MifareOneTool
{
public partial class FormKeyMfd : Form
{
public FormKeyMfd()
{
InitializeComponent();
}
}
}