diff options
| author | Alee <Alee14498@gmail.com> | 2019-02-10 12:55:48 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-02-10 12:55:48 -0500 |
| commit | 776ec1a39831bc476caf389c7941188e4890585f (patch) | |
| tree | 7ccab60bf626159bfcaea33c8ab2e54d314e1c14 /BSODPrank/Program.cs | |
| parent | 79188a22cf4a3490ee24d904143fef7de604c1ba (diff) | |
| download | BSODPrank-776ec1a39831bc476caf389c7941188e4890585f.tar.gz BSODPrank-776ec1a39831bc476caf389c7941188e4890585f.tar.bz2 BSODPrank-776ec1a39831bc476caf389c7941188e4890585f.zip | |
Added a bunch of things and testing TravisCI
Diffstat (limited to 'BSODPrank/Program.cs')
| -rw-r--r-- | BSODPrank/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BSODPrank/Program.cs b/BSODPrank/Program.cs index 28455c4..a458684 100644 --- a/BSODPrank/Program.cs +++ b/BSODPrank/Program.cs @@ -16,7 +16,7 @@ namespace BSODPrank { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new BSOD()); } } } |
