维护更新
This commit is contained in:
@@ -5,15 +5,17 @@ using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Windows;
|
||||
|
||||
using Melskin.Controls;
|
||||
|
||||
namespace ShrlAlgoStudio;
|
||||
|
||||
/// <summary>
|
||||
/// Interaction logic for LicenseGen.xaml
|
||||
/// Interaction logic for LicenseGenView.xaml
|
||||
/// </summary>
|
||||
public partial class LicenseGen
|
||||
public partial class LicenseGenView
|
||||
{
|
||||
private static string _privateKey = string.Empty;
|
||||
public LicenseGen()
|
||||
public LicenseGenView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user