Skip to content

Commit

Permalink
Renamed ´HYDRO_AS-2D_diag´ to ´ReferenceDateDialog´.
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasRosskopf committed Dec 11, 2023
1 parent 25be62e commit e706a98
Show file tree
Hide file tree
Showing 7 changed files with 293 additions and 293 deletions.
2 changes: 1 addition & 1 deletion source/FileFormats/HYBNAT_BCS.vb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Namespace Fileformats
''' <remarks></remarks>
Public Overrides Sub readFile()
'Show dialog for setting the reference date
Dim dlg As New HYDRO_AS_2D_Diag()
Dim dlg As New ReferenceDateDialog()
dlg.ShowDialog()
refDate = dlg.DateTimePicker_refDate.Value

Expand Down
2 changes: 1 addition & 1 deletion source/FileFormats/HYBNAT_WEL.vb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Namespace Fileformats
''' <remarks></remarks>
Public Overrides Sub readFile()
'Show dialog for setting the reference date
Dim dlg As New HYDRO_AS_2D_Diag()
Dim dlg As New ReferenceDateDialog()
dlg.ShowDialog()
refDate = dlg.DateTimePicker_refDate.Value

Expand Down
2 changes: 1 addition & 1 deletion source/FileFormats/HYDRO_AS-2D.vb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Namespace Fileformats
Dim ts As TimeSeries

'show dialog for setting the reference date
Dim dlg As New HYDRO_AS_2D_Diag()
Dim dlg As New ReferenceDateDialog()
dlg.ShowDialog()
'store refDate
Me.refDate = dlg.DateTimePicker_refDate.Value
Expand Down

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

Loading

0 comments on commit e706a98

Please sign in to comment.