コード例 #1
0
        private void SuppSystem_Load(object sender, EventArgs e)
        {
            controls = this.Controls;
            SupplierSystemController controller = new SupplierSystemController(new SupplierView(this), new SupplierSystemModel());

            controller.getAllSupplier();
        }