Exemplo n.º 1
0
 private void tlbtnDetailed_Click(object sender, EventArgs e)
 {
     SelectDataDialog.frmSelectDateTime selectDateTime = new EMS.SelectDataDialog.frmSelectDateTime();
     selectDateTime.groupBox1.Text  = "选择--明细商品-" + G_Str_fullName + "-日期";
     selectDateTime.M_Str_object    = "Detailed";
     selectDateTime.G_Str_tradeCode = G_Str_tradeCode;
     selectDateTime.G_Str_fullName  = G_Str_fullName;
     selectDateTime.ShowDialog();
 }
Exemplo n.º 2
0
 private void dgvUnitsList_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
 {
     SelectDataDialog.frmSelectDateTime selectDateTime = new EMS.SelectDataDialog.frmSelectDateTime();
     selectDateTime.M_Str_units = dgvUnitsList[0, e.RowIndex].Value.ToString();
     selectDateTime.Show();
 }