10 lines
451 B
Plaintext
10 lines
451 B
Plaintext
|
<UserControl xmlns="https://github.com/avaloniaui"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:product="clr-namespace:DispenserUI.ViewModels.Product"
|
||
|
Width="1777" Height="910"
|
||
|
Padding="20"
|
||
|
x:DataType="product:ProductIndexVM"
|
||
|
IsVisible="{Binding Visible}"
|
||
|
x:Class="DispenserUI.Views.Product.ProductIndexView">
|
||
|
这是首页
|
||
|
</UserControl>
|