We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde18db commit c72b82bCopy full SHA for c72b82b
DataFormMAUI/Model/ContactsInfoRepository.cs
@@ -41,7 +41,7 @@ public ObservableCollection<ContactFormModel> GetContactDetails(int count)
41
42
string[] CustomerNames_Girls =
43
[
44
- "Kyle",
+ "Kylie",
45
"Gina",
46
"Brenda",
47
"Danielle",
@@ -55,7 +55,7 @@ public ObservableCollection<ContactFormModel> GetContactDetails(int count)
55
"Fiona",
56
"Liam ",
57
"Georgia",
58
- "Elijah ",
+ "Eliana",
59
"Alivia",
60
"Evan ",
61
"Ariel",
@@ -138,7 +138,7 @@ public ObservableCollection<ContactFormModel> GetContactDetails(int count)
138
139
string[] CustomerNames_Boys = new string[]
140
{
141
- "Irene",
+ "Ivan",
142
"Watson",
143
"Ralph",
144
"Torrey",
0 commit comments