コード例 #1
0
        private void customerAll_Click(object sender, RoutedEventArgs e)
        {
            CustomerAllAmount customerAllAmount = new CustomerAllAmount();

            customerAllAmount.Closed += customerAllAmount_Closed;
            customerAllAmount.ShowDialog();
        }
コード例 #2
0
        private void companyAdd_Closed(object sender, EventArgs e)
        {
            this.Close();
            CustomerAllAmount customerAllAmount = new CustomerAllAmount();

            customerAllAmount.ShowDialog();
        }
コード例 #3
0
        private void adminConfirmationClosed(object sender, EventArgs e)
        {
            CustomerAllAmount customerAllAmount = new CustomerAllAmount();

            customerAllAmount.ShowDialog();
        }