Exemple #1
0
 public RestartManagerEvent(RestartManagerEventType type)
 {
     Result = new IntPtr(0);
     Type   = type;
 }
 public RestartManagerEvent(RestartManagerEventType type)
 {
     Result = new IntPtr(0);
     Type = type;
 }