PageRenderTime 69ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/e_desk/admin_index.aspx.vb

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