Parcourir la source

correct gender

anschek il y a 5 mois
Parent
commit
9112b15527
19 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. BIN
      EducationDepartment/.vs/EducationDepartment/DesignTimeBuild/.dtbcache.v2
  2. BIN
      EducationDepartment/.vs/EducationDepartment/FileContentIndex/885c1ff9-4021-4648-b0df-001204b61a07.vsidx
  3. BIN
      EducationDepartment/.vs/EducationDepartment/FileContentIndex/8e2f6f1c-fe71-4d00-9d58-fe8c4a32ff0b.vsidx
  4. BIN
      EducationDepartment/.vs/EducationDepartment/FileContentIndex/b667884e-6437-4583-9997-43a23cad17e1.vsidx
  5. BIN
      EducationDepartment/.vs/EducationDepartment/FileContentIndex/b7f9969a-0c66-4d28-9482-8fe2fecb2c95.vsidx
  6. BIN
      EducationDepartment/.vs/EducationDepartment/FileContentIndex/d0928be7-0f49-4631-9d36-79af21712b81.vsidx
  7. BIN
      EducationDepartment/.vs/EducationDepartment/FileContentIndex/fafde566-6d6f-4840-a85e-4b583065b55c.vsidx
  8. BIN
      EducationDepartment/.vs/EducationDepartment/v17/.futdcache.v2
  9. BIN
      EducationDepartment/.vs/EducationDepartment/v17/.suo
  10. BIN
      EducationDepartment/.vs/ProjectEvaluation/educationdepartment.metadata.v7.bin
  11. BIN
      EducationDepartment/.vs/ProjectEvaluation/educationdepartment.projects.v7.bin
  12. BIN
      EducationDepartment/EducationDepartment.test/obj/Debug/net7.0/EducationDepartment.test.csproj.AssemblyReference.cache
  13. 1 1
      EducationDepartment/EducationDepartment/Views/ProfileStudent.axaml
  14. BIN
      EducationDepartment/EducationDepartment/bin/Debug/net7.0/EducationDepartment.dll
  15. BIN
      EducationDepartment/EducationDepartment/bin/Debug/net7.0/EducationDepartment.pdb
  16. BIN
      EducationDepartment/EducationDepartment/obj/Debug/net7.0/Avalonia/original.dll
  17. BIN
      EducationDepartment/EducationDepartment/obj/Debug/net7.0/Avalonia/resources
  18. BIN
      EducationDepartment/EducationDepartment/obj/Debug/net7.0/EducationDepartment.dll
  19. BIN
      EducationDepartment/EducationDepartment/obj/Debug/net7.0/EducationDepartment.pdb

BIN
EducationDepartment/.vs/EducationDepartment/DesignTimeBuild/.dtbcache.v2


BIN
EducationDepartment/.vs/EducationDepartment/FileContentIndex/599ee1db-6dfd-4b9a-8f1a-67bb5396aca7.vsidx → EducationDepartment/.vs/EducationDepartment/FileContentIndex/885c1ff9-4021-4648-b0df-001204b61a07.vsidx


BIN
EducationDepartment/.vs/EducationDepartment/FileContentIndex/093e9d44-fb8d-49b4-b621-bbc90ef668e6.vsidx → EducationDepartment/.vs/EducationDepartment/FileContentIndex/8e2f6f1c-fe71-4d00-9d58-fe8c4a32ff0b.vsidx


BIN
EducationDepartment/.vs/EducationDepartment/FileContentIndex/b667884e-6437-4583-9997-43a23cad17e1.vsidx


BIN
EducationDepartment/.vs/EducationDepartment/FileContentIndex/b7f9969a-0c66-4d28-9482-8fe2fecb2c95.vsidx


BIN
EducationDepartment/.vs/EducationDepartment/FileContentIndex/8ecacaed-7631-4322-b8ce-6b9e852cd6cd.vsidx → EducationDepartment/.vs/EducationDepartment/FileContentIndex/d0928be7-0f49-4631-9d36-79af21712b81.vsidx


BIN
EducationDepartment/.vs/EducationDepartment/FileContentIndex/75628d7c-dc74-4be9-b52e-1ac1d3dcfe17.vsidx → EducationDepartment/.vs/EducationDepartment/FileContentIndex/fafde566-6d6f-4840-a85e-4b583065b55c.vsidx


BIN
EducationDepartment/.vs/EducationDepartment/v17/.futdcache.v2


BIN
EducationDepartment/.vs/EducationDepartment/v17/.suo


BIN
EducationDepartment/.vs/ProjectEvaluation/educationdepartment.metadata.v7.bin


BIN
EducationDepartment/.vs/ProjectEvaluation/educationdepartment.projects.v7.bin


BIN
EducationDepartment/EducationDepartment.test/obj/Debug/net7.0/EducationDepartment.test.csproj.AssemblyReference.cache


+ 1 - 1
EducationDepartment/EducationDepartment/Views/ProfileStudent.axaml

@@ -70,7 +70,7 @@
 					<TextBox Text="{Binding UserProfileVM.LastName}" Width="150" Height="5" Margin="-140,0,0,5"   HorizontalAlignment="Center" Watermark="Фамилия"  HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2"/>
 					<CalendarDatePicker Name="DatePicker1" SelectedDate="{Binding UserProfileVM.DateBirht}" Width="150" Height="5" Margin="-140,0,0,5" HorizontalAlignment="Center"  HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2" SelectedDateFormat="Short" />
 
-					<ComboBox SelectedIndex="0" Width="150" Height="5" Margin="-140,0,0,5"   HorizontalAlignment="Center"  HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2">
+					<ComboBox SelectedIndex="1" Width="150" Height="5" Margin="-140,0,0,5"   HorizontalAlignment="Center"  HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Foreground="Black" Background="White" BorderBrush="#4158AE" BorderThickness="2">
 						<ComboBoxItem>Мужчина</ComboBoxItem>
 						<ComboBoxItem>Женщина</ComboBoxItem>
 					</ComboBox>

BIN
EducationDepartment/EducationDepartment/bin/Debug/net7.0/EducationDepartment.dll


BIN
EducationDepartment/EducationDepartment/bin/Debug/net7.0/EducationDepartment.pdb


BIN
EducationDepartment/EducationDepartment/obj/Debug/net7.0/Avalonia/original.dll


BIN
EducationDepartment/EducationDepartment/obj/Debug/net7.0/Avalonia/resources


BIN
EducationDepartment/EducationDepartment/obj/Debug/net7.0/EducationDepartment.dll


BIN
EducationDepartment/EducationDepartment/obj/Debug/net7.0/EducationDepartment.pdb