예제 #1
0
파일: Python.cs 프로젝트: sorxros/OnePy
 public Interactor()
 {
     like_dispatch        = V7Data.V7Object;
     like_asyncevent      = V7Data.AsyncEvent;
     like_errorlog        = V7Data.ErrorLog;
     like_statusline      = V7Data.StatusLine;
     like_extwndssupport  = V7Data.ExtWndsSupport;
     like_propertyprofile = V7Data.PropertyProfile;
 }
예제 #2
0
파일: Python.cs 프로젝트: mrprint/OnePy
 public Interactor()
 {
     like_dispatch = V7Data.V7Object;
     like_asyncevent = V7Data.AsyncEvent;
     like_errorlog = V7Data.ErrorLog;
     like_statusline = V7Data.StatusLine;
     like_extwndssupport = V7Data.ExtWndsSupport;
     like_propertyprofile = V7Data.PropertyProfile;
 }
예제 #3
0
파일: V7Data.cs 프로젝트: mrprint/OnePy
 public static void Clean()
 {
     m_AsyncEvent = null;
     m_ErrorInfo = null;
     m_ExtWndsSupport = null;
     m_PropertyProfile = null;
     m_StatusLine = null;
     m_V7Object = null;
 }