Imports System
Imports Telerik.QuickStart
Imports Telerik.WebControls
Namespace Telerik.MenuExamplesVB.Functionality.RightToLeft
Partial Public Class DefaultVB
Inherits XhtmlPage
Private Sub Page_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub 'Page_Load
Protected Overrides Sub OnInit(e As EventArgs)
'
' CODEGEN: This call is required by the ASP.NET Web Form Designer.
'
InitializeComponent()
MyBase.OnInit(e)
End Sub 'OnInit
'/ <summary>
'/ Required method for Designer support - do not modify
'/ the contents of this method with the code editor.
'/ </summary>
Private Sub InitializeComponent()
End Sub 'InitializeComponent
End Class 'DefaultVB
End Namespace 'Telerik.MenuExamplesVB.Functionality.RightToLeft