Parent Directory
|
Revision Log
|
Patch
revision 54 by william, Fri Mar 8 08:51:10 2013 UTC | revision 56 by william, Fri Mar 8 12:05:33 2013 UTC | |
---|---|---|
# | Line 87 namespace libxmltv.Interfaces | Line 87 namespace libxmltv.Interfaces |
87 | { | { |
88 | void SetOnInstanceCreated(EventHandler<EventArgs> event_instance); | void SetOnInstanceCreated(EventHandler<EventArgs> event_instance); |
89 | } | } |
90 | public interface IRuntimeInstanceLoader<T> | |
91 | { | |
92 | T LoadFromInstance(T instance); | |
93 | } | |
94 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |