Exemplo n.º 1
0
        private void gKR_Click(object sender, EventArgs e)
        {
            SwitchLang swLang = new SwitchLang(installPath);

            swLang.KRGame();
        }
Exemplo n.º 2
0
        private void lEng_Click(object sender, EventArgs e)
        {
            SwitchLang sl = new SwitchLang(installPath);

            sl.EngLobby(1);
        }
Exemplo n.º 3
0
        private void gEng_Click(object sender, EventArgs e)
        {
            SwitchLang sl = new SwitchLang(installPath);

            sl.EngGame();
        }
Exemplo n.º 4
0
        private void lChin_Click(object sender, EventArgs e)
        {
            SwitchLang sl = new SwitchLang(airPath);

            sl.ChinLobby(2);
        }