private void Proceed(PatchnotePairInfo selected) { this.IsProceed = true; this.Close(); }
private bool CanProceed(PatchnotePairInfo selected) { return(this.SelectedRepositoryPair != null); }