9 lines
324 B
XML
9 lines
324 B
XML
<Grid x:Class="Common.UI.VFM.Views.EmptyView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:VM="clr-namespace:Common.UI.VFM.ViewModels">
|
|
<Grid.DataContext>
|
|
<VM:EmptyViewModel />
|
|
</Grid.DataContext>
|
|
</Grid>
|