Skip to content

Commit

Permalink
Fooh...
Browse files Browse the repository at this point in the history
  • Loading branch information
DartPower committed Dec 19, 2019
1 parent a43adb2 commit 81c7235
Show file tree
Hide file tree
Showing 11 changed files with 7,254 additions and 100 deletions.
64 changes: 64 additions & 0 deletions CreatePackForm.Designer.cs

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

26 changes: 26 additions & 0 deletions CreatePackForm.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace SharpMCL
{
public partial class CreatePackForm : Form
{
public CreatePackForm()
{
InitializeComponent();
}

private void button2_Click(object sender, EventArgs e)
{
this.Hide();
Program.LauncherForm1.Show();
}
}
}
2,415 changes: 2,415 additions & 0 deletions CreatePackForm.resx

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions KonamiForm.Designer.cs

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

Loading

0 comments on commit 81c7235

Please sign in to comment.