Dispenser/DispenserUI/Views/Product/ProductIndexView.axaml

10 lines
451 B
Plaintext
Raw Normal View History

2024-08-16 07:20:09 +00:00
<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>