private void RadioChanged() { //采购销售合同 weighingLogic.GetContractItem(style, ref CBContract); // weighingLogic.GetTransportInfo(style, ref CBTransportContract); }
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); }