Пример #1
0
        private void bCompte_Click(object sender, EventArgs e)
        {
            FCompte fc = new FCompte(this);

            fc.StartPosition = FormStartPosition.CenterScreen;
            this.Visible     = false;
            fc.Show();
        }
 public FHistorique(FCompte fc)
 {
     InitializeComponent();
     this.fc = fc;
 }
Пример #3
0
 public FSupprimerCompte(FCompte fc)
 {
     InitializeComponent();
     this.fc = fc;
 }