■実装クラス using System; using System.Collections.Generic; using System.Text; using System.Collections;
namespace com.hoge.sample { public class TESTL01 : TESTL { #region TESTL メンバ
public Boolean exec() { throw new Exception("The method or operation is not implemented."); }
public ArrayList getItems() { throw new Exception("The method or operation is not implemented."); }
#endregion
public TESTL01() { ・・・ } } }
■実行プログラム using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Collections;
namespace TestApplication { public partial class Form1 : Form { public Form1() { InitializeComponent(); }
private void button1_Click(object sender, EventArgs e) { // ArrayList al = new ArrayList();
■実行プログラム
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
namespace TestApplication
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
■実行プログラム
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
namespace TestApplication
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
■実行プログラム
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
namespace TestApplication
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}