zdk.net
EventHandle.h
1 //
2 // EventHandle.h
3 // ZDK
4 //
5 
6 #ifndef ZDK_NET_EventHandle_h
7 #define ZDK_NET_EventHandle_h
8 
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
11 
12 using namespace System::Collections::Generic;
13 
14 namespace ZDK_NET
15 {
16 
17  public interface class Obsolete_EventHandle
18  {
19  public:
20 
21  long long EventHandle();
22 
23  };
24 }
25 
26 #endif
ZDK_NET::Obsolete_EventHandle
Definition: EventHandle.h:18