mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
89ca08f6cf
- Potentially fixed memory leak in code progress bar - Added using statement in SteamGuardCodeGenerator on disposable HMACSHA1 - Most of packages updated to the last version
16 lines
323 B
C#
16 lines
323 B
C#
using System.Windows.Controls;
|
|
|
|
namespace NebulaAuth.View
|
|
{
|
|
/// <summary>
|
|
/// Логика взаимодействия для UpdaterView.xaml
|
|
/// </summary>
|
|
public partial class UpdaterView : UserControl
|
|
{
|
|
public UpdaterView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|