신규 스케쥴 추가시 조회되지 않는 현상 수정
스케쥴 승인,1,2 기능 구현
This commit is contained in:
@@ -125,5 +125,13 @@ namespace JobReportMailService
|
||||
childForm.Show();
|
||||
|
||||
}
|
||||
|
||||
private void toolStripButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
Form childForm = new fNoScheduleDayWeek();
|
||||
childForm.MdiParent = this;
|
||||
//childForm.Text = "창 " + childFormNumber++;
|
||||
childForm.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user