Ejemplo n.º 1
0
 private void btnRunVideo_Click(object sender, EventArgs e)
 {
     Mashed.Run(true, false, false, this);
 }
Ejemplo n.º 2
0
 private void btnRunController_Click(object sender, EventArgs e)
 {
     Mashed.Run(false, true, false, this);
 }