Пример #1
0
 public AlarmActions(WarpEnum Warp, MessageEnum Message, Boolean PlaySound, Boolean DeleteWhenDone)
 {
     this.Warp           = Warp;
     this.Message        = Message;
     this.PlaySound      = PlaySound;
     this.DeleteWhenDone = DeleteWhenDone;
 }
 public AlarmActions(WarpEnum Warp, MessageEnum Message, Boolean PlaySound, Boolean DeleteWhenDone)
 {
     this.Warp = Warp;
     this.Message = Message;
     this.PlaySound = PlaySound;
     this.DeleteWhenDone = DeleteWhenDone;
 }