Exemplo n.º 1
0
 public void QuitStream()
 {
     if (source == 2)
     {
         //qController.QuitStream();
     }
     else if (source == 1)
     {
         coilController.QuitStream();
     }
     else if (source == 0)
     {
         vrController.QuitStream();
     }
 }