Ejemplo n.º 1
0
 public GDFEventArgs(GDFEvent EventType, string args)
 {
     this.EventType = EventType;
     this.Args      = args;
 }
Ejemplo n.º 2
0
 public GDFEventArgs(GDFEvent EventType)
 {
     this.EventType = EventType;
 }