示例#1
0
        private string getVersion()
        {
            int i = ProductVersion.LastIndexOf(".");            // V101

            return(" Version: " + ProductVersion.Substring(0, i));
        }