SQLBib 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SQLBib --version 1.0.0
                    
NuGet\Install-Package SQLBib -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SQLBib" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLBib" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SQLBib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLBib --version 1.0.0
                    
#r "nuget: SQLBib, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SQLBib@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SQLBib&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SQLBib&version=1.0.0
                    
Install as a Cake Tool

<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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last Updated
1.0.6 195 12/21/2025
1.0.5 173 12/21/2025
1.0.4 168 12/21/2025
1.0.2 173 12/21/2025
1.0.1 167 12/21/2025
1.0.0 173 12/21/2025