Add comment to MainWindow with tutorial link

This commit is contained in:
Starbeamrainbowlabs 2016-08-08 20:26:27 +00:00
parent eaf1f11735
commit 1fdf0eaf40
1 changed files with 4 additions and 0 deletions

4
SpritePacker-GUI/MainWindow.cs Normal file → Executable file
View File

@ -12,6 +12,10 @@ using System.Text;
namespace SpritePacker.GUI namespace SpritePacker.GUI
{ {
/// <summary>
/// The main SpritePacker GUI window.
/// Uses Gtk#. This tutorial is really helpful: http://zetcode.com/gui/gtksharp/
/// </summary>
public class MainWindow : Window public class MainWindow : Window
{ {
private static bool initialised = false; private static bool initialised = false;