last question, and perhaps a stupid one, but I prefer to ask it and understand it 100%, than playing with the doubt. There is no difference, if I define the "call"-Class inside or outside the KdStats, isn't there?
Quote from baavgai's post:
baavgai, on 20 January 2013 - 04:22 PM, said:
class KdCustomer {
public int CustomerNumber { get; set; }
public string Name { get; set; }
public class Call {
public DateTime StartTime { get; set; }
public int DurationInSeconds{ get; set; }
}
public List<Call> Calls { get; set; }
}

New Topic/Question
Reply




MultiQuote



|