Esempio n. 1
0
 public OVRPlugin2MgrEventArgs(OVRPlugin2MgrEventType emType, object oArgs)
 {
     this.m_emType = emType;
     this.m_oArgs  = oArgs;
 }
Esempio n. 2
0
 public OVRPlugin2MgrEventArgs()
 {
     this.m_emType = OVRPlugin2MgrEventType.emUnknown;
     this.m_oArgs  = null;
 }