SQLBib 1.0.0
See the version list below for details.
dotnet add package SQLBib --version 1.0.0
NuGet\Install-Package SQLBib -Version 1.0.0
<PackageReference Include="SQLBib" Version="1.0.0" />
<PackageVersion Include="SQLBib" Version="1.0.0" />
<PackageReference Include="SQLBib" />
paket add SQLBib --version 1.0.0
#r "nuget: SQLBib, 1.0.0"
#:package SQLBib@1.0.0
#addin nuget:?package=SQLBib&version=1.0.0
#tool nuget:?package=SQLBib&version=1.0.0
<Window x:Class="user72.PartnersWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:user72" mc:Ignorable="d" Title="Работа с партнерами" Height="450" Width="800" MinHeight="350" MinWidth="700" MaxHeight="550" MaxWidth="900" WindowStartupLocation="CenterScreen" Icon="/Images/Мастер пол.ico"> <TabControl> <TabItem Header="Партнеры"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height=""/> </Grid.RowDefinitions> <Image Source="{StaticResource LogoImage}" Width="100" Height="100" Margin="0,10,0,20" HorizontalAlignment="Center" Grid.Row="0"/> <ScrollViewer VerticalScrollBarVisibility="Auto" Grid.Row="1"> <ItemsControl ItemsSource="{Binding Partner}"> <ItemsControl.ItemTemplate> <DataTemplate> <Border Background="White" BorderBrush="#EEEEEE" BorderThickness="1" CornerRadius="4" Margin="0,0,0,15" Padding="15" Width="500"> <StackPanel> <DockPanel LastChildFill="False" Margin="-7,0,0,0"> <TextBlock DockPanel.Dock="Left"> <Run Text="{Binding TipPartnera.Naimenovanie}" FontWeight="Bold" FontSize="16"/> <Run Text=" | " FontWeight="Bold" FontSize="16"/> <Run Text="{Binding Naimenovanie}" FontWeight="Bold" FontSize="16"/> </TextBlock> <TextBlock Text="{Binding SkidkaPartnera, StringFormat='{} {0}%'}" DockPanel.Dock="Right" Foreground="#67BA80" FontWeight="Bold"/> </DockPanel> <TextBlock Text="{Binding Director}" Foreground="#666666" Margin="0,0,0,3"/> <TextBlock Text="{Binding Telephone, StringFormat='{}+7 {0}'}" Foreground="#333333" Margin="0,0,0,5"/> <TextBlock Text="{Binding Rayting, StringFormat='{}Рейтинг: {0}'}" Foreground="#67BA80" Margin="0,0,0,0"/> </StackPanel> </Border> </DataTemplate> </ItemsControl.ItemTemplate> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Vertical"/> </ItemsPanelTemplate> </ItemsControl.ItemsPanel> </ItemsControl> </ScrollViewer> </Grid> </TabItem> <TabItem Header="Выход"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height=""/> </Grid.RowDefinitions> <Image Source="{StaticResource LogoImage}" Width="100" Height="100" Margin="0,10,0,20" HorizontalAlignment="Center" Grid.Row="0"/> <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center" Grid.Row="1"> <TextBlock Text="Вы уверены, что хотите выйти?" Style="{StaticResource HeaderTextStyle}"/> <Button Content="Выйти из системы" Width="200" Click="ExitButton_Click"/> </StackPanel> </Grid> </TabItem> </TabControl> </Window>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.