Example #1
0
 public OVRDoReportArgs()
 {
     this.m_eAction     = OVRReportAction.emNone;
     this.m_oReportInfo = null;
 }
Example #2
0
 public OVRDoReportArgs(OVRReportAction eAction, OVRReportInfo oReportInfo)
 {
     this.m_eAction     = eAction;
     this.m_oReportInfo = oReportInfo;
 }
Example #3
0
 public OVRReportInfoQueryArgs()
 {
     this.m_oReportInfo = null;
     this.m_bHandled    = false;
 }