private void btnRunVideo_Click(object sender, EventArgs e) { Mashed.Run(true, false, false, this); }
private void btnRunController_Click(object sender, EventArgs e) { Mashed.Run(false, true, false, this); }