Add comment to MainWindow with tutorial link

Este commit está contenido en:
Starbeamrainbowlabs 2016-08-08 20:26:27 +00:00
padre eaf1f11735
commit 1fdf0eaf40
Se han modificado 1 ficheros con 4 adiciones y 0 borrados

4
SpritePacker-GUI/MainWindow.cs Archivo normal → Archivo ejecutable
Ver fichero

@ -12,6 +12,10 @@ using System.Text;
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
{
private static bool initialised = false;