public HashRepositoryController(IHashRepositoryHandler repo, View.MainFrameMDIParent parentform) { this.Repo = repo; this.Parentform = parentform; }
public HashResultController(IHashResultHandler repo, View.MainFrameMDIParent parentform) { this.repo = repo; this.parentform = parentform; }