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); }