예제 #1
0
        private void btnRegister_Click(object sender, RoutedEventArgs e)
        {
            CreateAccountWindow createAccountWindow = new CreateAccountWindow();

            MessageBox.Show("You have successfully accessed the system", "Information", MessageBoxButton.OK, MessageBoxImage.Information);
            createAccountWindow.ShowDialog();
        }
예제 #2
0
        private void btnAddUser_Click(object sender, RoutedEventArgs e)
        {
            CreateAccountWindow createAccountWindow = new CreateAccountWindow();

            createAccountWindow.ShowDialog();
        }