mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 00:56:03 +02:00
* Add article, toc, and redirects * Add info on use of a callback to run custom logic and resolve merge conflicts
6 lines
312 B
XML
6 lines
312 B
XML
<Window x:Class="CodeSampleCsharp.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:src="clr-namespace:CodeSampleCsharp"
|
|
Title="XAML loading and dependency properties" Height="100" Width="400">
|
|
</Window>
|