전자실 업무현황에 richtext 적용 및 날짜가 일부 손상되는 현상 수정
This commit is contained in:
30
SubProject/FPJ0000/EBoard/fEBoardReport.cs
Normal file
30
SubProject/FPJ0000/EBoard/fEBoardReport.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace FPJ0000.EBoard
|
||||
{
|
||||
public partial class fEBoardReport : Form
|
||||
{
|
||||
public fEBoardReport()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void fEBoardReport_Load(object sender, EventArgs e)
|
||||
{
|
||||
//기본엑셀파일을 가져온다
|
||||
}
|
||||
|
||||
private void btRefresh_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user