home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Remoting / MyPage / MyPage.aspx < prev    next >
Encoding:
Text File  |  2000-06-23  |  388 b   |  18 lines

  1. <%@ Page Language="C#" %>
  2. <%@ Assembly Name="System" %>
  3. <%@ Assembly Name="System.Net" %>
  4. <%@ Import Namespace="System.Runtime.Remoting" %>
  5. <%@ Import Namespace="System.Net" %>
  6. <%@ Import Namespace="System.Text" %>
  7. <%@ Import Namespace="System.IO" %>
  8. <%@ Import Namespace="System.Collections" %>
  9.  
  10. <html>
  11.  
  12. <head>
  13. </head>
  14.  
  15. <body style="font: 10pt verdana">
  16. </body>
  17. </html>
  18.