Example #1
0
 private void BtnExport_Click(object sender, EventArgs e)
 {
     if (sfdKey.ShowDialog() == DialogResult.OK)
     {
         System.IO.File.WriteAllText(sfdKey.FileName, KeyBinding.SaveConfigToFile());
     }
 }