public FormProgressionExport(FormPrincipale formPrincipale) { fp = formPrincipale; fp.AnalysePressePapier = false; InitializeComponent(); resultat = new InterfaceServeur.ResultatDExportationDePlanetes(); backgroundWorkerExportation.RunWorkerAsync(); }
public FormProgressionImport(FormPrincipale formPrincipale) { fp = formPrincipale; InitializeComponent(); this. fp.AnalysePressePapier = false; backgroundWorkerImportation.RunWorkerAsync(); }
public FormGestionComptesOGSpy(FormPrincipale f) { fp = f; listeDesComptes = new listeDeParametresOGSpy(); InitializeComponent(); buttonSynchroniser.Enabled = false; chargeComptesOGSpy(); mettreAJourLEtatDesControlesSelonLaSelection(); groupBoxFonctionsAvancees.Hide(); // TODO: a virer une fois la fonction de synchro OK. }
public FormProgressionSimulationDeMasse(FormPrincipale formPrincipale, int nombreDeSimulations) { indexASimuler = new Collection <int>(); modeSelection = false; this.fp = formPrincipale; this.nombreDeSimulations = nombreDeSimulations; InitializeComponent(); fp.AnalysePressePapier = false; if (fp.listViewResultats.SelectedIndices.Count > 1) { modeSelection = true; foreach (int i in fp.listViewResultats.SelectedIndices) { indexASimuler.Add(i); } } backgroundWorkerSimulationsEnMasse.RunWorkerAsync(); }
public FormAffichageRapport(FormPrincipale f) { InitializeComponent(); fp = f; }
FormFornitore(FormPrincipale parent) { this.parent = parent; }