示例#1
0
 private void frmMain_Load(object sender, EventArgs e)
 {
     statusForm           = new frmStatus();
     numericUpDown1.Value = Settings.Default.v1;
     numericUpDown2.Value = Settings.Default.v2;
     sourceFolder         = Path.Combine(Application.StartupPath, "source");
     patchFolder          = Path.Combine(Application.StartupPath, "output");
 }
 private void frmMain_Load(object sender, EventArgs e)
 {
     statusForm = new frmStatus();
     numericUpDown1.Value = Settings.Default.v1;
     numericUpDown2.Value = Settings.Default.v2;
     sourceFolder = Path.Combine(Application.StartupPath, "source");
     patchFolder = Path.Combine(Application.StartupPath, "output");
 }