コード例 #1
0
ファイル: formSetup.cs プロジェクト: aktusmarkrenz/samplerep
        private void btnDaysPerYear_Click(object sender, EventArgs e)
        {
            FormSetupWorkingdays f = new FormSetupWorkingdays();

            showForm(f);
        }
コード例 #2
0
ファイル: formSetup.cs プロジェクト: aktusmarkrenz/samplerep
 private void bunifuFlatButton1_Click(object sender, EventArgs e)
 {
     FormSetupWorkingdays frmworkdays = new FormSetupWorkingdays();
 }