Example #1
0
 private void importSPR_Click_1(object sender, EventArgs e)
 {
     if (tempFolders[1] != null)
     {
         ImportSPRopenDialog.InitialDirectory = tempFolders[1];
     }
     ImportSPRopenDialog.ShowDialog();
 }
Example #2
0
 // IMPORT SPR
 private void importSPR_Click(object sender, EventArgs e)
 {
     ImportSPRopenDialog.ShowDialog();
 }