Beispiel #1
0
        public string GetCarListVersion()
        {
            string comment = carlist_ini.GetCommentAtLine(1);

            if (comment != null && comment.Contains("Version"))
            {
                comment = comment.Remove(0, 2);
            }
            return(comment);
        }