DarkRoomW.frmMain.RecallCache C# (CSharp) Method

RecallCache() private method

private RecallCache ( ) : string
return string
        private string RecallCache()
        {
            if (Properties.Settings.Default.LocalCacheFile)
            {
                return RecallCacheFile();
            }
            else
            {
                return Properties.Settings.Default.Content;
            }
        }