Esempio n. 1
0
        private void Button15_Click(object sender, EventArgs e)
        {
            PropEdit pe = new PropEdit(installPath, websiteIn.Text, 1);

            pe.LobbyLanding();
        }
Esempio n. 2
0
        private void button31_Click(object sender, EventArgs e)
        {
            PropEdit pe = new PropEdit(installPath, "http://lobby.lol.tw/", 1);

            pe.LobbyLanding();
        }
Esempio n. 3
0
        private void button31_Click(object sender, EventArgs e)
        {
            PropEdit pe = new PropEdit(airPath, "http://landing.leagueoflegends.com/spectator_swf/landingPage.swf", 2);

            pe.LobbyLanding();
        }