Skip to content

Commit

Permalink
Merge pull request #217 from IDEMSInternational/master
Browse files Browse the repository at this point in the history
updata
  • Loading branch information
Vitalis95 authored Feb 14, 2024
2 parents c350480 + 8446b68 commit d15bd31
Show file tree
Hide file tree
Showing 7 changed files with 1,299 additions and 1,158 deletions.
96 changes: 48 additions & 48 deletions instat/dlgColumnStats.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/dlgColumnStats.vb
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ Public Class dlgColumnStats
TestOKEnabled()
End Sub

Private Sub cmdProportionsPercentages_Click(sender As Object, e As EventArgs) Handles cmdProportionsPercentages.Click
sdgProportionsPercentages.SetRFunction(clsDefaultFunction, bResetSubdialog)
sdgProportionsPercentages.ShowDialog()
bResetSubdialog = False
TestOKEnabled()
End Sub

Private Sub ucrChkOmitMissing_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkOmitMissing.ControlValueChanged
If clsSummariesList.ContainsParameter("summary_cor") OrElse clsSummariesList.ContainsParameter("summary_cov") Then
clsDefaultFunction.AddParameter("use", Chr(34) & "'na.or.complete'" & Chr(34))
Expand Down
Loading

0 comments on commit d15bd31

Please sign in to comment.