MS Divers Globix,EDMI Service etc
This commit is contained in:
10
GUIs.ZooFlow/frmtest.vb
Normal file
10
GUIs.ZooFlow/frmtest.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.EDMI.API
|
||||
Public Class frmtest
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Dim oString As String
|
||||
oString = _Client.NewFileStoreObject(txtIDBOBJID.Text, txtFilestoreType.Text, txtDate.Text)
|
||||
txtResult.Text = oString
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user