Beispiel #1
0
        public Form1()
        {
            g = new Global();
            InitializeComponent();
            showCharge();

            Inventory s = new Inventory(this.g,true);
        }
Beispiel #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     Inventory s = new Inventory(this.g,false);
     s.ShowDialog();
     showCharge();
 }