Skip to content

Commit

Permalink
Obligatory warning at the beginning of the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyremigia committed May 27, 2019
1 parent c850886 commit a560567
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Universal THCRAP Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
using Universal_THCRAP_Launcher.Properties;
using File = System.IO.File;

/* WARNING: This code has been made by a new developer with WinForms
* and the quality of code is very bad. If you want to be able to get thiw working, ensure:
* NuGet packages are working.
* Both "code behinds" have been loaded up in th editor once.
* For Debug's the working directory has been set to thcrap's directory.
*/

namespace Universal_THCRAP_Launcher
{
public partial class MainForm : Form
Expand All @@ -33,6 +40,7 @@ private static void ErrorAndExit(dynamic errorMessage)

private void Form1_Load(object sender, EventArgs e)
{

Trace.WriteLine("\n――――――――――――――――――――――――――――――――――――――――――――――――――\nUniversal THCRAP Launcher Log File" +
"\nVersion: " + Application.ProductVersion.TrimStart(new char[] { '0', '.' }) +
"\nBuild Date: " + Properties.Resources.BuildDate +
Expand Down

0 comments on commit a560567

Please sign in to comment.