Ejemplo n.º 1
0
 public DiseaseDashboard(IFetchActivities f, AdminLevel l, bool readOnly)
     : base()
 {
     InitializeComponent();
     fetcher = f;
     adminLevel = l;
     isReadOnly = readOnly;
 }
Ejemplo n.º 2
0
 public DiseaseDashboard(bool readOnly)
     : base()
 {
     InitializeComponent();
     fetcher = null;
     adminLevel = null;
     isReadOnly = readOnly;
 }