jj
This commit is contained in:
@@ -6,13 +6,6 @@ Imports EDMI_ClientSuite.ClassLayout
|
||||
Imports System.IO
|
||||
|
||||
Public Class frmMain
|
||||
Public Sub New()
|
||||
InitializeComponent()
|
||||
|
||||
Dim oForm As New frmSplash()
|
||||
oForm.ShowDialog()
|
||||
End Sub
|
||||
|
||||
Private Sub FrmMain_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
LabelCurrentUser.Caption = Environment.UserName
|
||||
LabelCurrentMachine.Caption = Environment.MachineName
|
||||
@@ -33,8 +26,8 @@ Public Class frmMain
|
||||
oDataTable.Rows.Add(oRow)
|
||||
|
||||
ProcessManagerOverview.DataSource = oDataTable
|
||||
AddHandler ProcessManagerOverview.RowDoubleClicked, Sub(Row As DataRowView)
|
||||
MsgBox($"Clicked on Document {Row.Row.Item("DocName")}")
|
||||
AddHandler ProcessManagerOverview.RowDoubleClicked, Sub(RowView As DataRowView)
|
||||
MsgBox($"Clicked on Document {RowView.Row.Item("DocName")}")
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user