dodaj pliki czy cos
This commit is contained in:
commit
b0bcf53bdb
213 changed files with 811368 additions and 0 deletions
15
watykanczyk/dllsupport/Program.cs
Normal file
15
watykanczyk/dllsupport/Program.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace dllsupport;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
[STAThread]
|
||||
private static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(defaultValue: false);
|
||||
Application.Run(new Fullscreen());
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue