Beispiel #1
0
 public OVRFrame2ModuleEventArgs(OVRFrame2ModuleEventType emType, object oArgs)
 {
     this.m_emType = emType;
     this.m_oArgs  = oArgs;
 }
Beispiel #2
0
 public OVRFrame2ModuleEventArgs()
 {
     this.m_emType = OVRFrame2ModuleEventType.emUnknown;
     this.m_oArgs  = null;
 }