Ejemplo n.º 1
0
 private void alert_Start(object sender, object e)
 {
     Alerter.Visibility = Visibility.Visible;
     AlertPlayer.Play();
     AlertStatus = AlertStatusEnum.Active;
     Logs.Add(new Core.Classes.Log("Alert started!"));
 }
Ejemplo n.º 2
0
 private void btn_RedAlert_Click(object sender, RoutedEventArgs e)
 {
     Alerter.Visibility    = Visibility.Visible;
     AlertPlayer.IsLooping = true;
     AlertPlayer.Play();
 }