20 lines
231 B
VB.net
20 lines
231 B
VB.net
Public Class GenericCN
|
|
|
|
Friend Function Init()
|
|
|
|
End Function
|
|
|
|
Friend Function ReadVariable()
|
|
|
|
End Function
|
|
|
|
Friend Function WriteVariable()
|
|
|
|
End Function
|
|
|
|
Friend Function Close()
|
|
|
|
End Function
|
|
|
|
End Class
|