Example #1
0
        private void infoButton_Click(object sender, RoutedEventArgs e)
        {
            AccountInfo infoPage = new AccountInfo();

            infoPage.ShowDialog();
        }