mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-30 01:14:38 +02:00
13 lines
216 B
C#
13 lines
216 B
C#
using Windows.UI.Xaml.Controls;
|
|
|
|
namespace SteamDeckToolsGameBarWidget
|
|
{
|
|
public sealed partial class MainPage : Page
|
|
{
|
|
public MainPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|