Esempio n. 1
0
 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;
 }
Esempio n. 2
0
 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;
 }
Esempio n. 3
0
 public static void Clean()
 {
     m_AsyncEvent = null;
     m_ErrorInfo = null;
     m_ExtWndsSupport = null;
     m_PropertyProfile = null;
     m_StatusLine = null;
     m_V7Object = null;
 }