mirror of
https://github.com/tenrok/Rfid-Credential-Provider.git
synced 2026-06-11 18:12:24 +03:00
Adding files from my site
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
using Wizard.UI;
|
||||
|
||||
namespace TestWizard
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
TestWizardSheet wizard = new TestWizardSheet();
|
||||
|
||||
Application.EnableVisualStyles();
|
||||
Application.DoEvents();
|
||||
Application.Run(wizard);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user