blob: 6ecd17916226e2d84058776709b46872f22515d3 (
plain)
1
2
3
4
5
6
7
8
|
<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>
<Label>Accounts</Label>
<Button Command="{Binding import}">Import Transactions</Button>
</StackPanel>
</UserControl>
|