/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/fundamentals/runtime-libraries/snippets/System.Threading.Tasks/TaskScheduler/FromCurrentSynchronizationContext/csharp/mainwindow.xaml
14 строк
771 B
Genevieve Warren
Add remarks for core types (#38970)
05 янв 2024, 22:14
Не верифицирован
05 янв 2024, 22:14
71d1377
Код
Авторство
О чём код?
<Window x:Class="WPF_CS1.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" xmlns:local="clr-namespace:WPF_CS1" mc:Ignorable="d" Title="MainWindow" Height="350" Width="525"> <Grid> <Image x:Name="image" HorizontalAlignment="Left" Height="184" Margin="38,41,0,0" VerticalAlignment="Top" Width="433"/> <Button x:Name="button" Content="Make a Mosaic" HorizontalAlignment="Left" Margin="216,277,0,0" VerticalAlignment="Top" Width="100" Click="button_Click"/> </Grid> </Window>