Zooflow/SQLEditor: include clipboard ,small fixes
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Public Class frmSQLResult
|
||||
Imports DigitalData.GUIs.Common
|
||||
|
||||
Public Class frmSQLResult
|
||||
Private ReadOnly Table As DataTable
|
||||
Private ReadOnly GridBuilder As GridBuilder
|
||||
|
||||
Public Sub New(pTable As DataTable)
|
||||
' Dieser Aufruf ist für den Designer erforderlich.
|
||||
@@ -7,6 +10,8 @@
|
||||
|
||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
Table = pTable
|
||||
GridBuilder = New GridBuilder(GridViewResult).
|
||||
WithClipboardHandler()
|
||||
End Sub
|
||||
|
||||
Private Sub frmSQLResult_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
|
||||
Reference in New Issue
Block a user