휴가 승인자 정보 추적
This commit is contained in:
@@ -10,10 +10,11 @@ using NetOffice;
|
||||
using Outlook = NetOffice.OutlookApi;
|
||||
using NetOffice.OutlookApi.Enums;
|
||||
using NetOffice.OutlookApi;
|
||||
using FCOMMON;
|
||||
|
||||
namespace FCM0000.Mail
|
||||
{
|
||||
public partial class fMailBackup : Form
|
||||
public partial class fMailBackup : fBase
|
||||
{
|
||||
public fMailBackup()
|
||||
{
|
||||
@@ -23,7 +24,12 @@ namespace FCM0000.Mail
|
||||
dateTimePicker1.Value = DateTime.Now.AddYears(-2);
|
||||
dateTimePicker2.Value = DateTime.Now.AddYears(-1);
|
||||
}
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
base.OnLoad(e);
|
||||
EnsureVisibleAndUsableSize();
|
||||
}
|
||||
|
||||
int cntp = 0;
|
||||
// int cnte = 0;
|
||||
int cntb = 0;
|
||||
|
||||
Reference in New Issue
Block a user