Beispiel #1
0
 private void StartBox_MouseLeave(object sender, MouseEventArgs e)
 {
     StartBox.Foreground = Ut.GetColor(117, 117, 117);
 }
Beispiel #2
0
 private void ReturnBlock_MouseLeave(object sender, MouseEventArgs e)
 {
     ReturnBlock.Background = Ut.GetColor(252, 96, 66);
     ReturnBlock.Foreground = Ut.GetColor(255, 255, 255);
 }
Beispiel #3
0
 private void StartBox_MouseEnter(object sender, MouseEventArgs e)
 {
     StartBox.Foreground = Ut.GetColor(79, 195, 247);
 }
Beispiel #4
0
 private void GoBlock_MouseLeave(object sender, MouseEventArgs e)
 {
     GoBlock.Foreground = Ut.GetColor(255, 255, 255);
     GoBlock.Background = Ut.GetColor(33, 150, 243);
 }