示例#1
0
 public Focus(Model.VIDEO video, TimeSpan time)
 {
     InitializeComponent();
     Watch.SetMedia(video, time);
     Watch.BtnX();
 }