/
FokstarFC
/
Project-001
Обзор
Документация
Войти
/
FokstarFC
/
Project-001
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
MainWindow.xaml
18 строк
651 B
FokstarFC
full UI implement
28 май 2026, 12:12
28 май 2026, 12:12
76de426
Код
Авторство
О чём код?
<!-- MainWindow.xaml --> <Window x:Class="WarehouseAppUI.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf" Title="WarehouseApp" Height="600" Width="800"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <RowDefinition Height="*"/> <RowDefinition Height="Auto"/> </Grid.RowDefinitions> <wv2:WebView2 x:Name="webView" Grid.Row="1" Margin="10,0"/> </Grid> </Window>