コード例 #1
0
ファイル: Form1.cs プロジェクト: SmokeVLG/FormationOfSchedule
 private void otch7_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     ReportMark reportForm = new ReportMark(_connection, TemplatePath, "MonthExpectedExecution");
     reportForm.Text = "Ожидаемое исполнение месяца";
     reportForm.Show();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: SmokeVLG/FormationOfSchedule
 private void otch6_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     ReportMark rep_frm = new ReportMark(_connection, TemplatePath, "ReportMark");
     rep_frm.Show();
 }