From 776ec1a39831bc476caf389c7941188e4890585f Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 10 Feb 2019 12:55:48 -0500 Subject: Added a bunch of things and testing TravisCI --- BSODPrank/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BSODPrank/Program.cs') 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()); } } } -- cgit v1.2.3