public AddSchoolView()
 {
     InitializeComponent();
     this.DataContext = this;
     main             = this;
     BorderColor      = AppVariable.GetBrush(MainWindow.main.BorderBrush.ToString());
     GenerateEducateYear();
 }
Example #2
0
        public AddSchoolView()
        {
            InitializeComponent();
            this.DataContext = this;
            main             = this;

            GenerateEducateYear();
            getSchool();
        }