Ejemplo n.º 1
0
 public StackEventArgs(StackEventTypes type, String phrase)
     : base()
 {
     this.type   = type;
     this.phrase = phrase;
 }
Ejemplo n.º 2
0
 public StackEventArgs(StackEventTypes type, String phrase)
     : base()
 {
     this.type = type;
     this.phrase = phrase;
 }