コード例 #1
0
ファイル: Summry.cs プロジェクト: RafayIslam/ShopInventory
        private void button5_Click(object sender, EventArgs e)
        {
            Buyinvoices sinv = new Buyinvoices();

            sinv.Show();
        }
コード例 #2
0
ファイル: Summry.cs プロジェクト: RafayIslam/ShopInventory
        private void button14_Click(object sender, EventArgs e)
        {
            Buyinvoices sal = new Buyinvoices();

            sal.Show();
        }