Skip to content

Commit

Permalink
Ajout d'un lien vers la fenêtre LocaliezIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Jun 8, 2020
1 parent 14ad6b9 commit 648e745
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions InternetTest/Forms/Form1.cs
Expand Up @@ -11,6 +11,7 @@
using System.Windows.Forms;
using InternetTest.Classes;
using InternetTest.Forms;
using System.Xml;

namespace InternetTest
{
Expand Down Expand Up @@ -121,5 +122,10 @@ private void gunaGradientButton2_Click(object sender, EventArgs e)
gunaAdvenceTileButton2.Image = Properties.Resources.icons8_subtract_100px_1;
}
}

private void gunaLinkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
new LocalizeIP().Show();
}
}
}

0 comments on commit 648e745

Please sign in to comment.