浏览代码

删除屏幕笔刷项目

yuzhengyang 8 年之前
父节点
当前提交
d3a310e164
共有 1 个文件被更改,包括 0 次插入19 次删除
  1. 0 19
      Fork.Net/Oreo.Plugins/Oreo.EasyBrush/Form1.cs

+ 0 - 19
Fork.Net/Oreo.Plugins/Oreo.EasyBrush/Form1.cs

@@ -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 Oreo.EasyBrush
-{
-    public partial class Form1 : Form
-    {
-        public Form1()
-        {
-            InitializeComponent();
-        }
-    }
-}