Beispiel #1
0
 private void Start_Click(object sender, RoutedEventArgs e)
 {
     if (zellElement)
     {
         ZubauZelleClass1.Start_Zelle(this);
     }
 }
Beispiel #2
0
        public async void Start_Automatic()
        {
            do
            {
                await Task.Delay(speedStart);

                ZubauZelleClass1.Start_Zelle(this);
            } while (autoStart == true);
        }