示例#1
0
        private ScreenLocation loadFromFile()
        {
            var file = getFileName();
            var sl   = FileSaveLoad.Load <ScreenLocation>(file, false);

            return(sl);
        }