public PageInfo(string title, string description, BackUserControl controlToShow, Bitmap image) { Title = title; Description = description; ControlToShow = controlToShow; Image = image; }
public BackUserControl RegisterControl(BackupTaskViewsEnum view, BackUserControl control) { _controls.Add(view, control); return(control); }