ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Interfaces/IAssemblyGuid.cs
Revision: 437
Committed: Tue May 28 18:08:23 2013 UTC (10 years ago) by william
File size: 228 byte(s)
Log Message:
+ current wip for custom usercontrol plugins

File Contents

# Content
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace RomCheater.PluginFramework.Interfaces
7 {
8 public interface IAssemblyGuid
9 {
10 Guid guid { get; }
11 }
12 }