public ChooseProductForm(DataTable products, Empleado empleado) { this.InitializeComponent(); tip = new CustomTooltip(); this.products = products; emp = empleado; }
public ChooseProductForm(DataTable products) { this.InitializeComponent(); this.products = products; tip = new CustomTooltip(); }
public ChooseProductForm() { this.InitializeComponent(); tip = new CustomTooltip(); }