Esempio n. 1
0
 public WhatsGoingOn(WhatsGoingOnType type, params object[] arguments)
 {
     Type      = type;
     Arguments = arguments;
 }
Esempio n. 2
0
 internal WhatsGoingOn(WhatsGoingOnType type, params object[] arguments) {
     Type = type;
     Arguments = arguments;
 }