コード例 #1
0
ファイル: Form1.cs プロジェクト: andylaudotnet/VideoNotify
 private void btnGetValue_Click(object sender, EventArgs e)
 {
     YoukuVideoNotify YVN = new YoukuVideoNotify();
     txtResult.Text=YVN.GetSiteValueByXpath(txtSiteUrl.Text,txtXpath.Text);
 }