示例#1
0
文件: Form1.cs 项目: bolwire/bliksem
        private void showCalendarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormCalendar calendar = new FormCalendar(_schedules, _outputs);

            calendar.ShowDialog();
        }
示例#2
0
文件: Form1.cs 项目: bolwire/bliksem
 private void showCalendarToolStripMenuItem_Click(object sender, EventArgs e)
 {
     FormCalendar calendar = new FormCalendar(_schedules, _outputs);
     calendar.ShowDialog();
 }