示例#1
0
 public OVRMgr2PluginEventArgs(OVRMgr2PluginEventType emType, object oArgs)
 {
     this.m_emType = emType;
     this.m_oArgs  = oArgs;
 }
示例#2
0
 public OVRMgr2PluginEventArgs()
 {
     this.m_emType = OVRMgr2PluginEventType.emUnknown;
     this.m_oArgs  = null;
 }