전자실 업무현황에 richtext 적용 및 날짜가 일부 손상되는 현상 수정

This commit is contained in:
chi
2021-01-29 15:41:03 +09:00
parent 008fb1e580
commit 31d58df5fc
4 changed files with 382 additions and 0 deletions

View 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)
{
}
}
}