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