File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Universal THCRAP Launcher Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 15
15
using Universal_THCRAP_Launcher . Properties ;
16
16
using File = System . IO . File ;
17
17
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
+
18
25
namespace Universal_THCRAP_Launcher
19
26
{
20
27
public partial class MainForm : Form
@@ -33,6 +40,7 @@ private static void ErrorAndExit(dynamic errorMessage)
33
40
34
41
private void Form1_Load ( object sender , EventArgs e )
35
42
{
43
+
36
44
Trace . WriteLine ( "\n ――――――――――――――――――――――――――――――――――――――――――――――――――\n Universal THCRAP Launcher Log File" +
37
45
"\n Version: " + Application . ProductVersion . TrimStart ( new char [ ] { '0' , '.' } ) +
38
46
"\n Build Date: " + Properties . Resources . BuildDate +
You can’t perform that action at this time.
0 commit comments