MS2909
This commit is contained in:
8
Global_Indexer/frmSQL-Result.vb
Normal file
8
Global_Indexer/frmSQL-Result.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
Public Class frmSQL_Result
|
||||
|
||||
Private Sub frmSQL_Result_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
txtSQLCommand.Text = CURRENT_SQLRESULT
|
||||
Me.BindingSource1.DataSource = DTSQL_RESULT
|
||||
DataGridView1.DataSource = DTSQL_RESULT
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user