Skip to content

Commit

Permalink
0.6.3 - Added option to save/load configaration to an INI file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Electric1447 committed Feb 17, 2020
1 parent f6c26bf commit 5366128
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 94 deletions.
6 changes: 4 additions & 2 deletions PRLauncher-plus/Forms/AboutForm.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
using System;
using System.Diagnostics;
using System.Windows.Forms;

namespace PRLauncher_plus.Forms {
public partial class AboutForm : Form {

public AboutForm () {
InitializeComponent();
aboutLabel5.Text = Program.VERSION;
aboutLabel5.Text = Program.Version;
}

private void Close (object sender, EventArgs e) {
Close();
}

private void Goto_Github (object sender, EventArgs e) {
System.Diagnostics.Process.Start("http://github.com/Electric1447/prlauncher-plus");
Process.Start("http://github.com/Electric1447/prlauncher-plus");
}

}
}
56 changes: 42 additions & 14 deletions PRLauncher-plus/Forms/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5366128

Please sign in to comment.