Ejemplo n.º 1
0
        private void buttonHelp_Click(object sender, EventArgs e)
        {
            VPKInstallerAbout form = new VPKInstallerAbout(this.Location.X, this.Location.Y);

            form.Show();
        }
Ejemplo n.º 2
0
        private void aboutThisInstallerToolStripMenuItem_Click(object sender, EventArgs e)
        {
            VPKInstallerAbout form = new VPKInstallerAbout(this.Location.X, this.Location.Y);

            form.Show();
        }