Add a quick message to the console after startup
This commit is contained in:
parent
92de5aa2d3
commit
f6975f68b1
@ -10,7 +10,8 @@ namespace cashew
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Console.Title = "The Cashew Project - Native Shell";
|
||||
Console.Title = "The Cashew Project - Native Shell (do not close)";
|
||||
Console.WriteLine("Welcome to Cashew. Your programs output will be redirected here");
|
||||
Application.Run(new MainForm());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user