MONOREPO: Update to DevExpress 21.2
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
Imports System.ServiceModel
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.EDMI.API
|
||||
Imports DevExpress.XtraEditors
|
||||
Imports DevExpress.XtraEditors.Controls
|
||||
Imports System.IO
|
||||
Imports DigitalData.Modules.EDMI.API.EDMIServiceReference
|
||||
Imports DigitalData.GUIs.Common
|
||||
Imports DigitalData.Modules.ZooFlow.State
|
||||
|
||||
Public Class Form1
|
||||
Private _LogConfig As LogConfig
|
||||
@@ -61,8 +57,7 @@ Public Class Form1
|
||||
|
||||
AddLogMessage($"Importing {oFileInfo.Name}... ({FormatBytes(oFileInfo.Length)})")
|
||||
|
||||
Dim oObjectId As Long = Await _Client.NewFileAsync(oFileInfo.FullName, "Work", "DOC", "DEFAULT",
|
||||
New Client.NewFileOptions With {.Username = Environment.UserName})
|
||||
Dim oObjectId As Long = Await _Client.NewFileAsync(oFileInfo.FullName, "Work", "DOC", "DEFAULT")
|
||||
AddLogMessage($"File with Id [{oObjectId}] imported!")
|
||||
oCountFiles += 1
|
||||
oSW.Stop()
|
||||
|
||||
Reference in New Issue
Block a user