topical media & game development

talk show tell print

mashup-amazon-13-13-01-Delegates-Default.aspx / aspx



  <%@ Page Language="C#" %>
  
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
  <script runat="server">
  
  </script>
  
  <html xmlns="http://www.w3.org/1999/xhtml" >
  <head runat="server">
      <title>Delegate Examples</title>
      <link href="styles.css" rel="stylesheet" type="text/css" />
  </head>
  <body>
      <form id="form1" runat="server">
      <div class="siteHeading">Delegate Examples</div>
      <div>
      The following pages illustrate how delegates work in as clear a set of code as possible. 
      <ol>
          <li><a href="namedDelegate.aspx">Named Delegates</a></li>
          <li><a href="simpleAnonymousDelegate.aspx">Anonymous Delegate #1</a></li>
          <li><a href="anonymousDelegate.aspx">Anonymous Delegate #2</a></li>        
      </ol>
      
      </div>
      </form>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.