AvgCutImage.FmAbout.FmAbout_Load C# (CSharp) Méthode

FmAbout_Load() private méthode

private FmAbout_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void FmAbout_Load(object sender, EventArgs e)
        {
            lbVer.Text += Application.ProductVersion.Remove(3, 4);
        }