public ReloadCommand(ConnectionViewModel model) { this.model = model; }
public DefragmentCommand(ConnectionViewModel connectionViewModel) { this.connectionViewModel = connectionViewModel; }
public ConnectCommand(ConnectionViewModel model) { this.model = model; model.PropertyChanged += new PropertyChangedEventHandler(model_PropertyChanged); }