휴가 승인자 정보 추적
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using FCOMMON;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
@@ -9,7 +10,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace FPJ0000.Note
|
||||
{
|
||||
public partial class fTextEditor : Form
|
||||
public partial class fTextEditor : fBase
|
||||
{
|
||||
|
||||
// Boolean bInit = false;
|
||||
@@ -31,8 +32,8 @@ namespace FPJ0000.Note
|
||||
|
||||
private void fJobReport_Add_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
|
||||
EnsureVisibleAndUsableSize();
|
||||
this.Show();
|
||||
Application.DoEvents();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user