Exemplo n.º 1
0
        private void CmdWindow_Load(object sender, EventArgs e)
        {
            resetLog();

            textBox_Ip.Text = Program.sm.ip_address;
            if (Program.sm.ip_address != "Nintendo 3DS IP")
            {
                Addlog("Loaded your last IP address!");
            }

            // Start Heartbeat
            hbc = new Heartbeat_controller();
            hbc.start();

            // Start Octo
            Octo.init();
        }
Exemplo n.º 2
0
 private void button_heart_test_start_Click(object sender, EventArgs e)
 {
     hbc = new Heartbeat_controller();
     hbc.start();
 }