1:   Public Class ImageHanderClient
2:       Inherits System.Web.UI.Page
3:  
4:   #Region " Web Form Designer Generated Code "
5:  
6:       'This call is required by the Web Form Designer.
7:       <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
8:  
9:       End Sub
10:       Protected WithEvents BarcodeNETImage1 As BarcodeNETWorkShop.BarcodeNETImage
11:       Protected WithEvents BarcodeNETImage2 As BarcodeNETWorkShop.BarcodeNETImage
12:  
13:       'NOTE: The following placeholder declaration is required by the Web Form Designer.
14:       'Do not delete or move it.
15:       Private designerPlaceholderDeclaration As System.Object
16:  
17:       Private Sub Page_Init(ByVal sender As System.ObjectByVal As System.EventArgs) Handles MyBase.Init
18:           'CODEGEN: This method call is required by the Web Form Designer
19:           'Do not modify it using the code editor.
20:           InitializeComponent()
21:       End Sub
22:  
23:   #End Region
24:  
25:       Private Sub Page_Load(ByVal sender As System.ObjectByVal As System.EventArgs) Handles MyBase.Load
26:           'Put user code to initialize the page here
27:       End Sub
28:  
29:   End Class

This page was automatically generated by SharpDevelop.