Exemplo n.º 1
0
 private bool ProcessEP(string vlink)
 {
     VideoClass.EP ep  = new VideoClass.EP(vlink);
     VideoClass.SS nss = new VideoClass.SS(ep.ssid);
     ss = nss;
     return(true);
 }
Exemplo n.º 2
0
 private bool ProcessSS(string vlink)
 {
     VideoClass.SS nss = new VideoClass.SS(vlink);
     ss = nss;
     return(true);
 }