コード例 #1
0
 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;
 }
コード例 #2
0
 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;
 }