7 lines
281 B
XML
7 lines
281 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<DataTemplate x:Key="AuthenticationViewDataTemplate">
|
|
<TextBlock Text="TeST"></TextBlock>
|
|
</DataTemplate>
|
|
</ResourceDictionary>
|