휴가 승인자 정보 추적
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace FCOMMON
|
||||
{
|
||||
public partial class fSelectDay : Form
|
||||
public partial class fSelectDay : fBase
|
||||
{
|
||||
public fSelectDay(DateTime dt)
|
||||
{
|
||||
@@ -22,10 +22,10 @@ namespace FCOMMON
|
||||
{
|
||||
DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
}
|
||||
|
||||
|
||||
private void fSelectDay_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
EnsureVisibleAndUsableSize();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user