예제 #1
0
        public EcoreEventDndLeave(IntPtr EventInfo)
        {
            EcoreEventDndLeave e = new EcoreEventDndLeave();

            e      = (EcoreEventDndLeave)Marshal.PtrToStructure(EventInfo, typeof(EcoreEventDndLeave));
            win    = e.win;
            source = e.source;
        }
예제 #2
0
	   public EcoreEventDndLeave(IntPtr EventInfo)
	   {
		   EcoreEventDndLeave e = new EcoreEventDndLeave();
		   e = (EcoreEventDndLeave)Marshal.PtrToStructure(EventInfo, typeof(EcoreEventDndLeave));
		   win = e.win;
		   source = e.source;
	   }