Exemplo n.º 1
0
        public About()
        {
            InitializeComponent();
            delFini = Checked;

              string sVer = Application.ProductVersion.Substring(0,
                Application.ProductVersion.LastIndexOf('.'));
              Text += string.Format("(v. {0})", sVer);
            CURRENT_VERSION = Int32.Parse(sVer.Replace(".", ""));
        }
Exemplo n.º 2
0
        public About()
        {
            InitializeComponent();
            delFini = Checked;
            CenterToScreen();

            string sVer = Application.ProductVersion.Substring(0, Application.ProductVersion.LastIndexOf('.'));

            Text           += string.Format("(v. {0})", sVer);
            CURRENT_VERSION = int.Parse(sVer.Replace(".", ""));
        }