public GUI_Manage_Customer_add() { InitializeComponent(); this.date_customer_create.Enabled = false; this.date_customer_update.Enabled = false; busTo = new Funnction_Customer(); }
public GUI_Manage_Customer() { InitializeComponent(); this.BackColor = GUI_Default.Color_Default; this.FormBorderStyle = FormBorderStyle.None; this.Load += GUI_Manage_Customer_Load; busTo = new Funnction_Customer(); }