1
0
Bifurcation 0

Add comment to MainWindow with tutorial link

Cette révision appartient à :
Starbeamrainbowlabs 2016-08-08 20:26:27 +00:00
Parent eaf1f11735
révision 1fdf0eaf40
1 fichiers modifiés avec 4 ajouts et 0 suppressions

4
SpritePacker-GUI/MainWindow.cs Fichier normal → Fichier exécutable
Voir le fichier

@ -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;