Example #1
0
 public void InitEvent(XmlEventCache.XmlEventType eventType, string s1, string s2, string s3)
 {
     this.eventType = eventType;
     this.s1        = s1;
     this.s2        = s2;
     this.s3        = s3;
 }
Example #2
0
 public void InitEvent(XmlEventCache.XmlEventType eventType, object o)
 {
     this.eventType = eventType;
     this.o         = o;
 }
Example #3
0
 public void InitEvent(XmlEventCache.XmlEventType eventType, string s1)
 {
     this.eventType = eventType;
     this.s1        = s1;
 }
Example #4
0
 public void InitEvent(XmlEventCache.XmlEventType eventType)
 {
     this.eventType = eventType;
 }