private void ProductBind_Load(object sender, EventArgs e) { serviceClient = new MesServiceTest.MesServiceClient(); this.btn_search.Click += Btn_search_Click; this.btn_bing.Click += Btn_bing_Click; this.btn_unbind.Click += Btn_unbind_Click; }
public SearchProduct() { InitializeComponent(); this.StartPosition = FormStartPosition.CenterParent; this.MaximizeBox = false; serviceClient = new MesServiceTest.MesServiceClient(); SelectMaterialMsg(); //this.tb_inputMsg.TextChanged += Tb_inputMsg_TextChanged; this.radGridView1.CellClick += RadGridView1_CellClick; }