FoodMenu(String) Constructor |  |
Initializes a new instance of the
FoodMenu class
Namespace: Exa.OBERON.ServicesCashRegisterGen2.OBERONAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FoodMenu(
string uName
)
Public Sub New (
uName As String
)
Dim uName As String
Dim instance As New FoodMenu(uName)
Parameters
- uName String
-
See Also