新增导航功能,节点操作支持多行操作
This commit is contained in:
12
UTS_Core/UTSModule/Station/INavigation.vb
Normal file
12
UTS_Core/UTSModule/Station/INavigation.vb
Normal file
@@ -0,0 +1,12 @@
|
||||
Public Interface INavigation
|
||||
''' <summary>
|
||||
''' 向后导航
|
||||
''' </summary>
|
||||
Sub Backward()
|
||||
|
||||
''' <summary>
|
||||
''' 向前导航
|
||||
''' </summary>
|
||||
Sub Forward()
|
||||
|
||||
End Interface
|
||||
Reference in New Issue
Block a user