示例#1
0
 public static void CleanupAddresses()
 {
     // Delete the newly added data...
     postcode.Delete();
     city.Delete();
     state.Delete();
     country.Delete();
 }