mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
16 lines
312 B
C#
16 lines
312 B
C#
using System.Windows.Controls;
|
|
|
|
namespace LolzFucker.Theme
|
|
{
|
|
/// <summary>
|
|
/// Логика взаимодействия для Palette.xaml
|
|
/// </summary>
|
|
public partial class Palette : UserControl
|
|
{
|
|
public Palette()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|