示例#1
0
        public DataController()
        {
            fileController = new DataFileController(this, $"{Environment.CurrentDirectory}/Saved Data");

            dataObjects = new List <DataObject>();
            fileController.TryLoadAll(ref dataObjects);
        }