コード例 #1
0
 public Form1()
 {
     InitializeComponent();
     manipulatingDatabase = new ManipulatingDatabase()
     {
         dataSet1 = this.dataSet1,
         itemsTableAdapter = this.itemsTableAdapter,
         listsTableAdapter = this.listsTableAdapter
     };
 }
コード例 #2
0
 public Form1()
 {
     InitializeComponent();
     manipulatingDatabase = new ManipulatingDatabase()
     {
         dataSet1          = this.dataSet1,
         itemsTableAdapter = this.itemsTableAdapter,
         listsTableAdapter = this.listsTableAdapter
     };
 }