コード例 #1
0
 public FirstLoadViewModel(IAppSettingsHandler setting, ICryptographer cryptographer)
 {
     this.setting       = setting;
     this.cryptographer = cryptographer;
 }
コード例 #2
0
 public PasswordCheckViewModel(IAppSettingsHandler setting, IAuthenticator autenticator)
 {
     this.setting      = setting;
     this.autenticator = autenticator;
 }