Skip to content

Commit a560567

Browse files
committed
Obligatory warning at the beginning of the code.
1 parent c850886 commit a560567

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Universal THCRAP Launcher/MainForm.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
using Universal_THCRAP_Launcher.Properties;
1616
using File = System.IO.File;
1717

18+
/* WARNING: This code has been made by a new developer with WinForms
19+
* and the quality of code is very bad. If you want to be able to get thiw working, ensure:
20+
* NuGet packages are working.
21+
* Both "code behinds" have been loaded up in th editor once.
22+
* For Debug's the working directory has been set to thcrap's directory.
23+
*/
24+
1825
namespace Universal_THCRAP_Launcher
1926
{
2027
public partial class MainForm : Form
@@ -33,6 +40,7 @@ private static void ErrorAndExit(dynamic errorMessage)
3340

3441
private void Form1_Load(object sender, EventArgs e)
3542
{
43+
3644
Trace.WriteLine("\n――――――――――――――――――――――――――――――――――――――――――――――――――\nUniversal THCRAP Launcher Log File" +
3745
"\nVersion: " + Application.ProductVersion.TrimStart(new char[] { '0', '.' }) +
3846
"\nBuild Date: " + Properties.Resources.BuildDate +

0 commit comments

Comments
 (0)