35 lines
830 B
C#
35 lines
830 B
C#
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;
|
|
using WindowsFormsApp1;
|
|
using WindowsFormsApp1.Mac;
|
|
using ExcelTest;
|
|
using System.Drawing.Drawing2D;
|
|
|
|
namespace UniMarc.마크
|
|
{
|
|
public partial class Marc_Plan_Sub_MarcEdit2 : Form
|
|
{
|
|
string idx;
|
|
public int row;
|
|
public string UserName = "";
|
|
Marc_Plan mp;
|
|
Helper_DB db = new Helper_DB();
|
|
String_Text st = new String_Text();
|
|
Search_Infor si;
|
|
Help008Tag tag008 = new Help008Tag();
|
|
public Marc_Plan_Sub_MarcEdit2(string isbn,string marcstring)
|
|
{
|
|
InitializeComponent();
|
|
db.DBcon();
|
|
}
|
|
|
|
}
|
|
}
|