Add project files.

This commit is contained in:
Cameron Neville
2018-07-01 09:44:17 -05:00
parent 45860ecd19
commit e4520870e8
11 changed files with 453 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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 MadokamiDownloader
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}