private void OnCancel()

in GameOfLife/View/SettingsWindow.xaml.cs [20:23]


        private void OnCancel(object sender, RoutedEventArgs e)
        {
            DialogResult = false;
        }