diff options
Diffstat (limited to 'product/client/client.ui/views/AccountTab.xaml')
| -rw-r--r-- | product/client/client.ui/views/AccountTab.xaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/product/client/client.ui/views/AccountTab.xaml b/product/client/client.ui/views/AccountTab.xaml index eb60755..6ecd179 100644 --- a/product/client/client.ui/views/AccountTab.xaml +++ b/product/client/client.ui/views/AccountTab.xaml @@ -2,8 +2,7 @@ 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>
+ <Label>Accounts</Label>
+ <Button Command="{Binding import}">Import Transactions</Button>
</StackPanel>
</UserControl>
|
