Ejemplo n.º 1
0
 private void bingOEMContract(oem.OEMContract contract)
 {
     txtEnterpriseQQ.Text                         = contract.EnterpriseQQ;
     txtFax.Text                                  = contract.Fax;
     txtServicePhone.Text                         = contract.ServicePhone;
     txtRefundPhone.Text                          = contract.RefundPhone;
     txtScrapPhone.Text                           = contract.ScrapPhone;
     txtPayServicePhone.Text                      = contract.PayServicePhone;
     txtEmergencyPhone.Text                       = contract.EmergencyPhone;
     txtComplainPhone.Text                        = contract.ComplainPhone;
     rdoAllowUseB3BServicePhone.Checked           = contract.UseB3BServicePhone;
     rdoAllowNotUseB3BServicePhone.Checked        = !contract.UseB3BServicePhone;
     rdoAllowPlatformContractPurchaser.Checked    = contract.AllowPlatformContractPurchaser;
     rdoNotAllowPlatformContractPurchaser.Checked = !contract.AllowPlatformContractPurchaser;
 }
Ejemplo n.º 2
0
 void FlushDefaultPhone()
 {
     _B3BDefault = null;
 }