public void Reset() { videoCode.Text = String.Empty; lblSize.Text = Res.Get(StringId.Plugin_Video_Web_Video_Size_Blank); lblService.Text = Res.Get(StringId.Plugin_Video_Web_Video_Service_Blank); videoCode.Focus(); _video = null; firstRun = false; previewBox.Navigate("about:blank"); }
public void TabSelected() { _webImageUrl.Focus(); }