mirror of
https://github.com/Deltafox79/Win_1337_Apply_Patch
synced 2025-08-14 02:27:43 -07:00
v1.3 Release
Code optimization..
This commit is contained in:
parent
1efd94b16b
commit
0759d094bc
15 changed files with 3083 additions and 0 deletions
21
Win_1337_Patch/Program.cs
Normal file
21
Win_1337_Patch/Program.cs
Normal file
|
@ -0,0 +1,21 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Win_1337_Patch
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// Punto di ingresso principale dell'applicazione.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue