Exemple #1
0
 public AdminEditParentInfo(string parentID)
 {
     InitializeComponent();
     AddStates();
     this.db = new LoadParentInfoDatabase();
     cnv_ParentIcon.Background = new SolidColorBrush(Colors.Aqua); //setting canvas color so we can see it
     btn_Delete.Background     = new SolidColorBrush(Colors.Red);
     LoadParentInfo(parentID);
 }
Exemple #2
0
 public NewParentLogin()
 {
     InitializeComponent();
     this.db = new LoadParentInfoDatabase();
 }