private void Left_Click(object sender, RoutedEventArgs e) { if (NewGame.PushLeft()) { UpdateHistory("Move left."); } UpdateView(); }