휴가 승인자 정보 추적
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 Project._Common
|
||||
{
|
||||
public partial class fUserInfo : Form // FCOMMON.fBase
|
||||
public partial class fUserInfo : fBase
|
||||
{
|
||||
public fUserInfo()
|
||||
{
|
||||
@@ -20,7 +21,7 @@ namespace Project._Common
|
||||
|
||||
private void fUserInfo_Load(object sender, EventArgs e)
|
||||
{
|
||||
//
|
||||
EnsureVisibleAndUsableSize();
|
||||
this.ta.FillID(this.dsMSSQL.Users,FCOMMON.info.Login.no);
|
||||
dr = this.dsMSSQL.Users.Rows[0] as dsMSSQL.UsersRow;
|
||||
tbKJPath.Text = FCOMMON.DBM.getPathKJ(FCOMMON.info.Login.dept);
|
||||
|
||||
Reference in New Issue
Block a user