private void btnAccount_Click(object sender, RoutedEventArgs e)
 {
     AccountsI accountInterface = new AccountsI();
 }
Example #2
0
 private void btnAccount_Click(object sender, RoutedEventArgs e)
 {
     AccountsI accountInterface = new AccountsI();
 }