コード例 #1
0
        private void Button_Account_Click(object sender, RoutedEventArgs e)
        {
            var accountWindow = new AccountManageWindow(_repo);

            accountWindow.Show();
            Close();
        }