네임스페이스 통일 UniMarc

This commit is contained in:
2026-01-24 14:55:53 +09:00
parent 568868602f
commit 47c443e9a3
278 changed files with 337 additions and 460 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
using System.Windows.Forms;
namespace ExcelTest
namespace UniMarc
{
public static class CExt
{

View File

@@ -9,7 +9,7 @@ using System.Threading.Tasks;
using System.Web.Mail;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
class Email
{

View File

@@ -10,7 +10,7 @@ using MySql.Data.MySqlClient;
using Renci.SshNet;
using UniMarc.Properties;
namespace WindowsFormsApp1
namespace UniMarc
{
/// <summary>
/// DB접속을 도와주는 클래스

View File

@@ -14,7 +14,7 @@ using System.Windows.Forms;
using UniMarc;
using UniMarc.Properties;
namespace WindowsFormsApp1
namespace UniMarc
{
public static class DB2
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class login
{

View File

@@ -12,7 +12,7 @@ using System.Net;
using System.Net.Sockets;
using Application = System.Windows.Forms.Application;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class login : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class Main
{

View File

@@ -12,24 +12,9 @@ using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using UniMarc;
using UniMarc.Properties;
using UniMarc.;
using UniMarc.;
using UniMarc.;
using WindowsFormsApp1.Account;
using WindowsFormsApp1.Convenience;
using WindowsFormsApp1.Delivery;
using WindowsFormsApp1.DLS;
using WindowsFormsApp1.Home;
using WindowsFormsApp1.Mac;
using WindowsFormsApp1.Work_log;
using WindowsFormsApp1.;
using WindowsFormsApp1.;
using WindowsFormsApp1.;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class Main : Form
{
@@ -668,7 +653,7 @@ namespace WindowsFormsApp1
private void dLS조회ToolStripMenuItem_Click(object sender, EventArgs e)
{
OpenFormInTab(() => new School_Lookup(this));
OpenFormInTab(() => new DLS_Lookup(this));
}
private void dLS복본조사ToolStripMenuItem_Click(object sender, EventArgs e)
{

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
static class Program
{

View File

@@ -17,7 +17,6 @@ using System.Threading.Tasks;
using System.Web.UI.WebControls;
using System.Xml.Linq;
using UniMarc.SearchModel;
using UniMarc.;
using WebDriverManager;
using WebDriverManager.DriverConfigs.Impl;

View File

@@ -12,7 +12,6 @@ using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using UniMarc.SearchModel;
using UniMarc.;
using WebDriverManager;
using WebDriverManager.DriverConfigs.Impl;

View File

@@ -12,7 +12,6 @@ using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using UniMarc.SearchModel;
using UniMarc.;
using WebDriverManager;
using WebDriverManager.DriverConfigs.Impl;

View File

@@ -12,7 +12,6 @@ using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using UniMarc.SearchModel;
using UniMarc.;
using WebDriverManager;
using WebDriverManager.DriverConfigs.Impl;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -15,7 +15,6 @@ using System.Threading.Tasks;
using System.Web.UI.WebControls;
using System.Xml.Linq;
using UniMarc.SearchModel;
using UniMarc.;
using WebDriverManager;
using WebDriverManager.DriverConfigs.Impl;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -9,7 +9,6 @@ using WebDriverManager.DriverConfigs.Impl;
using System.IO;
using System.Runtime.InteropServices;
using System.Threading;
using UniMarc.;
using OpenQA.Selenium.Chromium;
using UniMarc.SearchModel;
using System.Runtime.CompilerServices;

View File

@@ -25,7 +25,7 @@ using System.Threading;
using System.Data.SqlTypes;
using AR;
namespace WindowsFormsApp1
namespace UniMarc
{
/// <summary>
/// 여러 기능들이 추가될 예정.

View File

@@ -0,0 +1,23 @@
$path = "s:\Source\Gloria\Unimarc\unimarc\unimarc\Helper_LibraryDelaySettings.cs"
$utf8 = [System.Text.Encoding]::GetEncoding(65001)
$cp949 = [System.Text.Encoding]::GetEncoding(949)
# Read the CURRENT mangled file as UTF-8
$mangledString = [System.IO.File]::ReadAllText($path, $utf8)
# Convert each character to its CP949 bytes
# Note: This is tricky because some "characters" might be multiple bytes in CP949
# but here each character in the string represents what CP949 read from the original UTF-8 bytes.
$byteList = New-Object System.Collections.Generic.List[byte]
foreach ($char in $mangledString.ToCharArray()) {
$cBytes = $cp949.GetBytes($char)
foreach ($b in $cBytes) {
$byteList.Add($b)
}
}
# Now interpret these bytes as UTF-8 (the original encoding)
$restored = $utf8.GetString($byteList.ToArray())
Write-Host "--- Attempted Restoration ---"
Write-Host ($restored -split "`r`n" | select -First 10)

View File

@@ -1,4 +1,4 @@
namespace UniMarc.
namespace UniMarc
{
partial class fDevDB
{

View File

@@ -8,9 +8,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class fDevDB : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Book_Lookup
{

View File

@@ -9,10 +9,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Mac;
using WindowsFormsApp1.;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Book_Lookup : Form
{

View File

@@ -1,5 +1,5 @@
namespace WindowsFormsApp1.
namespace UniMarc
{
partial class Bring_Back
{

View File

@@ -7,9 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Delivery;
namespace WindowsFormsApp1.
namespace UniMarc
{
public partial class Bring_Back : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Commodity_Edit
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Commodity_Edit : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Commodity_Morge
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Commodity_Morge : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Commodity_Search
{

View File

@@ -7,12 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Account;
using WindowsFormsApp1.DLS;
using WindowsFormsApp1.Home;
using WindowsFormsApp1.;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Commodity_Search : Form
{
@@ -25,8 +21,8 @@ namespace WindowsFormsApp1.Delivery
Sales_Lookup sb;
Sales_In_Pay sip;
List_Lookup ll;
Mac.DLS_Copy dc;
School_Lookup sl;
DLS_Copy dc;
DLS_Lookup sl;
public Commodity_Search(Purchase _pur)
{
@@ -68,12 +64,12 @@ namespace WindowsFormsApp1.Delivery
InitializeComponent();
ll = _ll;
}
public Commodity_Search(Mac.DLS_Copy _dc)
public Commodity_Search(DLS_Copy _dc)
{
InitializeComponent();
dc = _dc;
}
public Commodity_Search(School_Lookup _sl)
public Commodity_Search(DLS_Lookup _sl)
{
InitializeComponent();
sl = _sl;

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Commodity_registration
{

View File

@@ -9,9 +9,8 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Mac;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Commodity_registration : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Input_Lookup_Stock
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Input_Lookup_Stock : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class List_Chk_Work
{

View File

@@ -11,7 +11,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class List_Chk_Work : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class List_Lookup
{

View File

@@ -10,7 +10,7 @@ using System.Windows.Forms;
using System.Drawing.Printing;
using System.IO;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class List_Lookup : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class List_aggregation
{

View File

@@ -9,9 +9,8 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Mac;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class List_aggregation : Form
{

View File

@@ -1,5 +1,5 @@
namespace WindowsFormsApp1.
namespace UniMarc
{
partial class Order_Send_Chk
{

View File

@@ -10,9 +10,8 @@ using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Delivery;
namespace WindowsFormsApp1.
namespace UniMarc
{
public partial class Order_Send_Chk : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Order_input
{

View File

@@ -10,9 +10,8 @@ using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Order_input : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Order_input_Search
{

View File

@@ -7,10 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Account;
using WindowsFormsApp1.Mac;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Order_input_Search : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
partial class Purchase
{

View File

@@ -9,9 +9,8 @@ using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using System.Windows.Forms.VisualStyles;
using WindowsFormsApp1.Home;
namespace WindowsFormsApp1.Delivery
namespace UniMarc
{
public partial class Purchase : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Home
namespace UniMarc
{
partial class Batch_processing
{

View File

@@ -9,7 +9,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1.Home
namespace UniMarc
{
public partial class Batch_processing : Form
{

View File

@@ -1,5 +1,4 @@
using AR;
using ExcelTest;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -10,7 +9,6 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class Mac_Setting
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class Mac_Setting : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class Notice_Send
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class Notice_Send : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class Sales_Details
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class Sales_Details : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class User_account_inquiry
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class User_account_inquiry : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1
namespace UniMarc
{
partial class User_manage
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
namespace UniMarc
{
public partial class User_manage : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class AddMarc
{

View File

@@ -1,5 +1,4 @@
using ExcelTest;
using SHDocVw;
using SHDocVw;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -10,9 +9,8 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class AddMarc : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class AddMarc2
{
@@ -36,7 +36,7 @@ namespace UniMarc.마크
this.panel2 = new System.Windows.Forms.Panel();
this.Btn_SearchKolis = new System.Windows.Forms.Button();
this.btn_Empty = new System.Windows.Forms.Button();
this.marcEditorControl1 = new ExcelTest.MarcEditorControl();
this.marcEditorControl1 = new MarcEditorControl();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
@@ -152,6 +152,6 @@ namespace UniMarc.마크
private System.Windows.Forms.ComboBox cb_SearchCol;
private System.Windows.Forms.Button btn_Empty;
private System.Windows.Forms.Button Btn_SearchKolis;
private ExcelTest.MarcEditorControl marcEditorControl1;
private MarcEditorControl marcEditorControl1;
}
}

View File

@@ -1,5 +1,4 @@
using ExcelTest;
using SHDocVw;
using SHDocVw;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -10,9 +9,8 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class AddMarc2 : Form
{

View File

@@ -1,4 +1,4 @@
namespace UniMarc.
namespace UniMarc
{
partial class AddMarc_FillBlank
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace UniMarc.
namespace UniMarc
{
public partial class AddMarc_FillBlank : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class All_Book_Detail
{

View File

@@ -7,10 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1.Mac;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class All_Book_Detail : Form
{

View File

@@ -1,4 +1,4 @@
namespace WindowsFormsApp1.Mac
namespace UniMarc
{
partial class All_Book_manage
{

View File

@@ -7,9 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using UniMarc.;
namespace WindowsFormsApp1.Mac
namespace UniMarc
{
public partial class All_Book_manage : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class All_Book_manage_Add
{

View File

@@ -7,10 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
using WindowsFormsApp1.Mac;
namespace UniMarc.
namespace UniMarc
{
public partial class All_Book_manage_Add : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class All_Book_manage_Edit
{

View File

@@ -7,10 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
using WindowsFormsApp1.Mac;
namespace UniMarc.
namespace UniMarc
{
public partial class All_Book_manage_Edit : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class CD_LP
{

View File

@@ -7,9 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class CD_LP : Form
{

View File

@@ -1,4 +1,4 @@
namespace UniMarc.
namespace UniMarc
{
partial class CD_LP_AddList
{

View File

@@ -7,9 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class CD_LP_AddList : Form
{

View File

@@ -1,4 +1,4 @@
namespace UniMarc.
namespace UniMarc
{
partial class CD_LP_List
{

View File

@@ -7,10 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
using WindowsFormsApp1.Mac;
namespace UniMarc.
namespace UniMarc
{
public partial class CD_LP_List : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class CD_LP_SelectList
{

View File

@@ -7,9 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class CD_LP_SelectList : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class CD_LP_Sub
{

View File

@@ -10,9 +10,8 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
namespace UniMarc.
namespace UniMarc
{
public partial class CD_LP_Sub : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class Check_Copy_Login
{

View File

@@ -8,7 +8,7 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace UniMarc.
namespace UniMarc
{
public partial class Check_Copy_Login : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class Check_Copy_Sub_List
{

View File

@@ -7,11 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
//
using WindowsFormsApp1;
using WindowsFormsApp1.Mac;
namespace UniMarc.
namespace UniMarc
{
public partial class Check_Copy_Sub_List : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class Check_Copy_Sub_Search
{

View File

@@ -7,10 +7,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using WindowsFormsApp1;
using WindowsFormsApp1.Mac;
namespace UniMarc.
namespace UniMarc
{
public partial class Check_Copy_Sub_Search : Form
{

View File

@@ -1,5 +1,5 @@
namespace UniMarc.
namespace UniMarc
{
partial class Check_Copy_Sub_Selector
{

View File

@@ -10,10 +10,8 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Forms.VisualStyles;
using WindowsFormsApp1;
using WindowsFormsApp1.Mac;
namespace UniMarc.
namespace UniMarc
{
public partial class Check_Copy_Sub_Selector : Form
{

Some files were not shown because too many files have changed in this diff Show More