예제 #1
0
파일: Form.cs 프로젝트: dzeitlin/WootzJs
 public void Submit()
 {
     EnsureNodeExists();
     form.Submit();
 }