示例#1
0
        private void BtnClose_Click(object sender, RoutedEventArgs e)
        {
            FieldGrid.UpdateSettings();

            Application.Current.Shutdown();
        }