This commit is contained in:
Your Name 2025-05-28 12:06:25 +03:00
parent 3fc981fd49
commit 0aa32b54c5
23 changed files with 11 additions and 8 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings" defaultProject="true" />
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Library")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3fc981fd494dc9095ce689f7993f22eb1e561f07")]
[assembly: System.Reflection.AssemblyProductAttribute("Library")]
[assembly: System.Reflection.AssemblyTitleAttribute("Library")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
96dfa684885577e7cd4e59c5918ed791891269275cfe76e59a165c57510b5613
295f99bfb822e4f348a8b4451130db47e4b12b61fd6ac0a9cc5df429dad0c55d

View File

@ -0,0 +1 @@
916816679

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("TestLibrary")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3fc981fd494dc9095ce689f7993f22eb1e561f07")]
[assembly: System.Reflection.AssemblyProductAttribute("TestLibrary")]
[assembly: System.Reflection.AssemblyTitleAttribute("TestLibrary")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
56cf8fcb4b39d827e61e26f5739deddf50d96982508b8b847023a16e694f454b
6ad2fd9ed2e85436d41bb5f261692b54d99013c6ae191e0ddb497691ae3bec70

BIN
demo210525/ER.pdf Normal file

Binary file not shown.

View File

@ -13,7 +13,7 @@
<TextBlock x:Name="ErrorClientsTextBlock" Text="Выберите клиента" Foreground="Red" IsVisible="False" HorizontalAlignment="Center" Margin="0,10,0,0"/>
<ListBox x:Name="ListBoxServices" Margin="0,10,0,0" SelectionMode="Multiple" Height="150"/>
<TextBlock x:Name="ErrorServicesTextBlock" Text="Выберите сервисы" Foreground="Red" IsVisible="False" HorizontalAlignment="Center" Margin="0,10,0,0"/>
<Button Content="Показать выбранные" Click="Button_OnClick" Margin="0,10,0,0"/>
<Button Content="Сформировать" Click="Button_OnClick" Margin="0,10,0,0"/>
<TextBlock x:Name="ErrorAddTextBlock" Text="Добавлено" Foreground="Green" IsVisible="False" HorizontalAlignment="Center" Margin="0,10,0,0"/>
</StackPanel>
</Window>

View File

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("demo210525")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3fc981fd494dc9095ce689f7993f22eb1e561f07")]
[assembly: System.Reflection.AssemblyProductAttribute("demo210525")]
[assembly: System.Reflection.AssemblyTitleAttribute("demo210525")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
4c807999a2bb84112382e453248781706473ae4d3565f4a28a20877336fe1a49
5b36c71d50799fa471574b50865ba586ab1ce4f860611ec681a7f106c82d9515

Binary file not shown.