13 lines
201 B
VB.net
13 lines
201 B
VB.net
|
|
Public Interface INavigation
|
|||
|
|
''' <summary>
|
|||
|
|
''' 向后导航
|
|||
|
|
''' </summary>
|
|||
|
|
Sub Backward()
|
|||
|
|
|
|||
|
|
''' <summary>
|
|||
|
|
''' 向前导航
|
|||
|
|
''' </summary>
|
|||
|
|
Sub Forward()
|
|||
|
|
|
|||
|
|
End Interface
|