コード例 #1
0
ファイル: Form1.cs プロジェクト: JPTouron/JP.Base.Libraries
        private void button12_Click(object sender, EventArgs e)
        {
            var x = new XlInterface();

            x.GetData();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: JPTouron/JP.Base.Libraries
        private void button10_Click(object sender, EventArgs e)
        {
            var x = new XlInterface();

            x.DeleteDataWithOleDb();
        }