Ejemplo n.º 1
0
		public LoginCommand(LoginViewModel source, IFlowdockContext context) {
			_source = source.ThrowIfNull("source");
			_context = context.ThrowIfNull("context");

			_source.PropertyChanged += OnSourcePropertyChanged;
		}