Esempio n. 1
0
        public static void Display(Timers timers, System.Windows.Forms.IWin32Window owner)
        {
            if (timers == null)
            {
                return;
            }
            ExportSalesForce e = new ExportSalesForce();

            e.Show(owner);
        }
Esempio n. 2
0
 private void mnuExportSalesForce_Click(object sender, System.EventArgs e)
 {
     ExportSalesForce.Display(timers, this);
 }