Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed Sep 5, 2024
1 parent a2825cb commit 95d5e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion instat/frmMain.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions instat/sdgImportFromClimSoft.vb
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,4 @@ Public Class sdgImportFromClimSoft
End If
End Sub

'Private Sub ucrInputDrv_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrInputDrv.ControlValueChanged
' If Not ucrInputDrv.IsEmpty Then
' clsRDatabaseConnect.AddParameter("drv", ucrInputDrv.GetText, iPosition:=4)
' Else
' clsRDatabaseConnect.RemoveParameterByName("drv")
' End If
'End Sub
End Class

0 comments on commit 95d5e28

Please sign in to comment.