Пример #1
0
 public StackEventArgs(StackEventTypes type, String phrase)
     : base()
 {
     this.type   = type;
     this.phrase = phrase;
 }
Пример #2
0
 public StackEventArgs(StackEventTypes type, String phrase)
     : base()
 {
     this.type = type;
     this.phrase = phrase;
 }