Skip to content

Commit

Permalink
Added Faq and about dev forms. Some renaming. Some photos. Everything…
Browse files Browse the repository at this point in the history
… is somewhat presentable. App still has work that can be done.
  • Loading branch information
Gobluebro committed Mar 20, 2017
1 parent 02c340d commit 5688e14
Show file tree
Hide file tree
Showing 19 changed files with 3,507 additions and 50 deletions.
117 changes: 117 additions & 0 deletions PC Room App/FormAboutDev.Designer.cs

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

20 changes: 20 additions & 0 deletions PC Room App/FormAboutDev.cs
Original file line number Diff line number Diff line change
@@ -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 PC_Room_App
{
public partial class FormAboutDev : Form
{
public FormAboutDev()
{
InitializeComponent();
}
}
}
Loading

0 comments on commit 5688e14

Please sign in to comment.