Example #1
0
 private void TSMI_Potions_Click(object sender, EventArgs e)
 {
     FORM_Lister FLI = new FORM_Lister();
     FLI.Text = "Lister toutes les potions";
     FLI.estItem = false;
     FLI.ShowDialog();
 }
Example #2
0
        private void TSMI_Items_Click(object sender, EventArgs e)
        {
            FORM_Lister FLI = new FORM_Lister();

            FLI.Text = "Lister tous les items";
            FLI.ShowDialog();
        }
Example #3
0
        private void TSMI_Potions_Click(object sender, EventArgs e)
        {
            FORM_Lister FLI = new FORM_Lister();

            FLI.Text    = "Lister toutes les potions";
            FLI.estItem = false;
            FLI.ShowDialog();
        }
Example #4
0
 private void TSMI_Items_Click(object sender, EventArgs e)
 {
     FORM_Lister FLI = new FORM_Lister();
     FLI.Text = "Lister tous les items";
     FLI.ShowDialog();
 }