Example #1
0
 private void button32_Click(object sender, EventArgs e)
 {
     if (Connected)
     {
         lau Join = new lau(xbc);
         Join.run();
     }
 }
Example #2
0
 private void button30_Click_1(object sender, EventArgs e)
 {
     if (Connected)
     {
         lau test = new lau(xbc);
         test.runSendFriendRequest();
     }
 }
Example #3
0
 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!!!!");
         }
     }
 }
Example #4
0
 private void button32_Click(object sender, EventArgs e)
 {
     if (Connected)
     {
         lau Join = new lau(xbc);
         Join.run();
     }
 }
Example #5
0
 private void button30_Click_1(object sender, EventArgs e)
 {
     if (Connected)
     {
         lau test = new lau(xbc);
         test.runSendFriendRequest();
     }
 }
Example #6
0
        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!!!!");
                }
            }
        }