Initial Commit
This commit is contained in:
13
App1/Program.cs
Normal file
13
App1/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace App1 {
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
Console.ForegroundColor = ConsoleColor.White;
|
||||
Console.BackgroundColor = ConsoleColor.Black;
|
||||
|
||||
var i = new LogIn(); //calls login file LogIn.cs
|
||||
i.start();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user