blob: eb607553285f6ae3c18022fa331c6664ef8a7b96 (
plain)
1
2
3
4
5
6
7
8
9
|
<UserControl x:Class="presentation.windows.views.AccountTab"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StackPanel>
<Button Command="{Binding AddAccount}">Add New Account</Button>
<TreeView>
</TreeView>
</StackPanel>
</UserControl>
|