Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#7470 from mmulahvictor/frmRando…
Browse files Browse the repository at this point in the history
…mSplit

Adding the random split dialog to form main
  • Loading branch information
lloyddewit authored May 17, 2022
2 parents eddcf03 + 3522d5f commit 2309005
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 27 deletions.
63 changes: 36 additions & 27 deletions instat/frmMain.Designer.vb

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

4 changes: 4 additions & 0 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2436,4 +2436,8 @@ Public Class frmMain
Private Sub mnuPrepareCheckDataViewDeleteLabels_Click(sender As Object, e As EventArgs) Handles mnuPrepareCheckDataViewDeleteLabels.Click
dlgViewFactorLabels.ShowDialog()
End Sub

Private Sub RandomSplitToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles mnuPrepareDataReshapeRandomSplit.Click
dlgRandomSplit.ShowDialog()
End Sub
End Class

0 comments on commit 2309005

Please sign in to comment.