pschelpdesk/HetznerServer/DataTemplate/ServerView.axaml
2024-11-07 19:22:50 +01:00

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>