File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ <Window x : Class =" ProBizERP.MainWindow"
2+ xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4+ xmlns : views =" clr-namespace:ProBizERP.Views"
5+ Title =" ProBiz ERP" Height =" 500" Width =" 800" >
6+ <DockPanel >
7+ <StackPanel DockPanel.Dock=" Top" Orientation =" Horizontal" Background =" Gray" >
8+ <Button Content =" Inventory" Name =" InventoryBtn" Width =" 120" Margin =" 5" Click =" InventoryBtn_Click" />
9+ <Button Content =" Sales" Name =" SalesBtn" Width =" 120" Margin =" 5" Click =" SalesBtn_Click" />
10+ <Button Content =" Reports" Name =" ReportsBtn" Width =" 120" Margin =" 5" Click =" ReportsBtn_Click" />
11+ </StackPanel >
12+ <ContentControl Name =" MainContent" />
13+ </DockPanel >
14+ </Window >
You can’t perform that action at this time.
0 commit comments