private void button32_Click(object sender, EventArgs e) { if (Connected) { lau Join = new lau(xbc); Join.run(); } }
private void button30_Click_1(object sender, EventArgs e) { if (Connected) { lau test = new lau(xbc); test.runSendFriendRequest(); } }
private void button11_Click(object sender, EventArgs e) { if (Connected) { if (IsDevKit == false) { } else { File.Delete(@"lua\JoinParty.lua"); string XUID = textBox12.Text; logger(@"lua\JoinParty.lua", "LauJoinParty(" + XUID + ")", false); lau Join = new lau(xbc); Join.runJoinParty(); MessageBox.Show("You Joined the Party!!!!"); } } }