Esempio n. 1
0
        public void Accept(ref User user)
        {
            CreditWindow creditWindow = new CreditWindow();

            creditWindow.GetCurrentUser(ref user);
            creditWindow.ShowDialog();
        }
Esempio n. 2
0
 public void Clear(CreditWindow creditWindow)
 {
     creditWindow.moneyTextBox.Text                   = "";
     creditWindow.monthTextBox.Text                   = "";
     creditWindow.sixMonthRadioButton.IsChecked       = null;
     creditWindow.twelveMonthRadioButton.IsChecked    = null;
     creditWindow.thirtySixMonthRadioButton.IsChecked = null;
 }