ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Core/WindowPlugin.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Core/WindowPlugin.cs (file contents):
Revision 82 by william, Wed May 9 17:15:33 2012 UTC vs.
Revision 83 by william, Wed May 9 17:48:15 2012 UTC

# Line 2 | Line 2
2   using System.Collections.Generic;
3   using System.Linq;
4   using System.Text;
5 + using RomCheater.PluginFramework.Interfaces;
6  
7   namespace RomCheater.PluginFramework.Core
8   {
9      /// <summary>
10      /// Base class for all window plugins
11      /// </summary>
12 <    public abstract class WindowPlugin : PluginBase
12 >    public abstract class WindowPlugin : PluginBase, IWindowPlugin
13      {
14      }
15   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines