Пример #1
0
 public override string ToString( )
 {
     return("Type: " + Type.ToString() + "\r\n"
            + "User Made Selection: " + UserMadeSelection.ToString() + "\r\n"
            + "User Selection: " + UserSelection);
 }
Пример #2
0
 public override string ToString( )
 {
     return("Type: " + Type.ToString() + "\r\n"
            + "Requested For: " + RequestedFor);
 }