Parent Directory
|
Revision Log
move ExtenededData to it's own interface and make the classes, that need it, implement it.
1 | william | 82 | using System; |
2 | using System.Collections.Generic; | ||
3 | using System.Linq; | ||
4 | using System.Text; | ||
5 | |||
6 | namespace gr2lib.core.interfaces | ||
7 | { | ||
8 | public interface IExtendedData | ||
9 | { | ||
10 | IntPtr ExtendedData { get; set; } | ||
11 | } | ||
12 | } |
ViewVC Help | |
Powered by ViewVC 1.1.22 |