예제 #1
0
 public static void Setvid(string vid)
 {
     current.vid       = vid;
     current.play_part = 0;
     if (va == null)
     {
         va = new VideoAddress();
     }
     va.SetVid(vid, Sharp, PlayStart);
 }
예제 #2
0
 public static void Setvid(string vid)
 {
     current.vid        = vid;
     current.play_part  = 0;
     current.down_index = 0;
     current.download   = false;
     current.play       = false;
     if (va == null)
     {
         va = new VideoAddress();
     }
     va.SetVid(vid, Setting.sharp, PlayStart);
 }