コード例 #1
0
        public Task_13ViewModel()
        {
            InitViewProperties();
            InitCommands();

            InformationData = new AttendanceDB();

            InformationData.Init();
            InformationData.SetDefaultStructure();
            InformationData.ReloadTables();
            OnPropertyChanged(nameof(InformationData));
        }