Exemplo n.º 1
0
 public AccountView()
 {
     InitializeComponent();
     this.Closing += (o, e) => AccountViewModel.CloseWindow(e);
     AccountControlTab.SelectionChanged += (o, e) => AccountViewModel.AccountControlTab_SelectionChanged(o, e);
 }