Ejemplo n.º 1
0
 private void DataBindResType()
 {
     this.gvwResType.DataSource = ResType.GetAll();
     this.gvwResType.DataBind();
 }