Exemplo n.º 1
0
        /// <summary>
        /// Opens the EFTLoadout form and passes it the current Plan
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void tsbEFTImport_Click(object sender, EventArgs e)
        {
            EFTLoadoutImportationForm eftLoadout = new EFTLoadoutImportationForm(m_plan);

            eftLoadout.Show(this);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Opens the EFTLoadout form and passes it the current Plan
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void tsbEFTImport_Click(object sender, EventArgs e)
 {
     EFTLoadoutImportationForm eftLoadout = new EFTLoadoutImportationForm(m_plan);
     eftLoadout.Show(this);
 }