예제 #1
0
        public override string ToString()
        {
            string customerData = string.Format(@"{0}
Owner's name: {1}
Vehical status: {2} {3}", r_CustomerVehicle.GetVehicleData(),
                                                m_CostumerName,
                                                m_CurrentVehicleStatus, Environment.NewLine);

            return(customerData);
        }