예제 #1
0
파일: Linq.cs 프로젝트: kylehill/Linq
 public string GetRandomWord()
 {
     return(LinqData.GetRandomWord());
 }
예제 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     lblRandomWord.Text = LinqData.GetRandomWord();
 }