Exemplo n.º 1
0
 private void FL18_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         FL18_path.Text = ZOTFiles.FileFinder("Access data base |*mdb", "Export FL18", Path.GetDirectoryName(SRAN_path.Text));
     }
     catch (Exception)
     {
         FL18_path.Text = ZOTFiles.FileFinder("Access data base |*mdb", "Export FL18");
     }
 }
Exemplo n.º 2
0
 private void TA_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         TA_path.Text = ZOTFiles.FileFinder("Archivos CSV |*csv", "Timming Advance", Path.GetDirectoryName(TA_path.Text));
     }
     catch (Exception)
     {
         TA_path.Text = ZOTFiles.FileFinder("Archivos CSV |*csv", "Timming Advance");
     }
 }
Exemplo n.º 3
0
 private void NIR_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         NIR_path.Text = ZOTFiles.FileFinder("Archivos CSV |*csv", "NIR 48H Completa", Path.GetDirectoryName(NIR_path.Text));
     }
     catch (Exception)
     {
         NIR_path.Text = ZOTFiles.FileFinder("Archivos CSV |*csv", "NIR 48H Completa");
     }
 }
Exemplo n.º 4
0
 private void R31_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         RSLTE31_path.Text = ZOTFiles.FileFinder("Archivos CSV |*csv", "Consulta RSLTE31", Path.GetDirectoryName(RSLTE31_path.Text));
     }
     catch (Exception)
     {
         RSLTE31_path.Text = ZOTFiles.FileFinder("Archivos CSV |*csv", "Consulta RSLTE31");
     }
 }