Ejemplo n.º 1
0
 private void RadioChanged()
 {
     //采购销售合同
     weighingLogic.GetContractItem(style, ref CBContract);
     //
     weighingLogic.GetTransportInfo(style, ref CBTransportContract);
 }
Ejemplo n.º 2
0
        private void InitForm()
        {
            WeighingLogic   logic     = new WeighingLogic();
            MetageFindClass findClass = new MetageFindClass();

            logic.GetTruckNoItem(ref CBTruckNo);
            logic.GetContractItem(WeighingStyle.InStyle, ref CBContract);
            logic.GetSite(ref CBInSite);
            logic.GetSite(ref CBToSite);
            findClass.GetMateriaName(ref CBGoodsName);
        }