Exemplo n.º 1
0
 internal CmisSync.Lib.Config.SyncConfig.Account createNewAccount()
 {
     CmisSync.Lib.Config.SyncConfig.Account account = new Config.SyncConfig.Account();
     Views.AccountWindow w = new Views.AccountWindow(new ViewModels.AccountViewModel(this, account));
     w.ShowDialog();
     return account;
 }
Exemplo n.º 2
0
 public AccountViewModel(Controller controller, Config.SyncConfig.Account account)
     : this(controller)
 {
     this._account = account;
 }