/
spruttechnology
/
cam-api-examples
Обзор
Документация
Войти
/
spruttechnology
/
cam-api-examples
Код
Запросы
3
Задачи
Пакеты
0
Релизы
1
Аналитика
v19/develop
ApplicationNet/CreateOperations/project/main/MainWindow.xaml
20 строк
901 B
renal
README.md files & correct build/project files
29 сен 2025, 17:09
29 сен 2025, 17:09
ec1dcbd
Код
Авторство
О чём код?
<Window x:Class="ApplicationCreateOperations.MainWindow" 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" mc:Ignorable="d" Title="MainWindow" Height="450" Width="800" Closing="MainWindow_OnClosing"> <Grid> <Button Content="Create operation" Width="150" Height="40" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="10" Click="CreateOperationButton_Click"/> <ListBox x:Name="OperationsTypesListBox" Margin="10,60,10,10" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"/> </Grid> </Window>