ClientAjax.aspx.cs 289 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. using System.Web.UI;
  6. using System.Web.UI.WebControls;
  7. namespace AppliDeWS {
  8. public partial class ClientAjax : System.Web.UI.Page {
  9. protected void Page_Load( object sender, EventArgs e ) {
  10. }
  11. }
  12. }