/e_desk/hduser_main_leftmenu.aspx.vb
Visual Basic | 28 lines | 14 code | 10 blank | 4 comment | 0 complexity | b2e575d550c7a387e761662f12666e6d MD5 | raw file
1Namespace e_desk 2 3Partial Class hduser_main_leftmenu 4 Inherits System.Web.UI.Page 5 6#Region " Web Form Designer Generated Code " 7 8 'This call is required by the Web Form Designer. 9 <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() 10 11 End Sub 12 13 14 Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init 15 'CODEGEN: This method call is required by the Web Form Designer 16 'Do not modify it using the code editor. 17 InitializeComponent() 18 End Sub 19 20#End Region 21 22 Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 23 'Put user code to initialize the page here 24 End Sub 25 26End Class 27 28End Namespace