1
Fork 0

removed pointless integer variables

This commit is contained in:
Jake Howard 2014-06-26 20:36:39 +01:00
parent d14a218584
commit e16b36d8f3
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ namespace Background_Worker_Testing
class Program
{
public static int count1 = 0;
public static int count2 = 0;
static void Main(string[] args)
{
Console.WriteLine("Program Started.");