Ejemplo n.º 1
0
 private void bExport_Click(object sender, EventArgs e)
 {
     if (!ValidateChildren())
     {
         ShowInputError();
         return;
     }
     exportSettings = new ObLib.Export.ExportSettings(trial, timeBinDuration, exportStart, exportEnd);
     Close();
 }
Ejemplo n.º 2
0
 private void bExport_Click(object sender, EventArgs e)
 {
     if (!ValidateChildren())
     {
         ShowInputError();
         return;
     }
     exportSettings = new ObLib.Export.ExportSettings(trial, timeBinDuration, exportStart, exportEnd);
     Close();
 }