Exemple #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            control.setDir(labelProgramDir.Text, labelDataDir.Text);

            //control.updateAppFileLocationConfiguration();

            control.nextState();
        }
Exemple #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     control.nextState();
 }
Exemple #3
0
 private void button4_Click(object sender, EventArgs e)
 {
     // control.updateAppDBConfiguration();
     control.nextState();
 }