ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Core/ScratchPad.cs
Revision: 674
Committed: Mon Jun 17 05:41:23 2013 UTC (10 years, 3 months ago) by william
File size: 435 byte(s)
Log Message:
+ add a scratchpad plugin

File Contents

# User Rev Content
1 william 674 using System;
2     using System.Collections.Generic;
3     using System.ComponentModel;
4     using System.Data;
5     using System.Drawing;
6     using System.Linq;
7     using System.Text;
8     using System.Windows.Forms;
9     using WeifenLuo.WinFormsUI.Docking;
10    
11     namespace RomCheater.PluginFramework.Core
12     {
13     public partial class ScratchPad : DockContent
14     {
15     public ScratchPad()
16     {
17     InitializeComponent();
18     }
19     }
20     }