auto-creamapi-2/auto-creamapi/MainWindow.xaml
Jeddunk 1d69b7b45a Add option to ignore unknown DLC from SteamDB.
Show amount of DLCs after getting list of DLCs successfully.
2021-01-04 16:14:10 +01:00

11 lines
557 B
XML

<views:MvxWindow
xmlns:views="clr-namespace:MvvmCross.Platforms.Wpf.Views;assembly=MvvmCross.Platforms.Wpf"
x:Class="auto_creamapi.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
Title="Auto-CreamAPI 2" MinWidth="420" MinHeight="640" Width="560" Height="720">
<Grid />
</views:MvxWindow>