Add comment to MainWindow with tutorial link
This commit is contained in:
parent
eaf1f11735
commit
1fdf0eaf40
1 changed files with 4 additions and 0 deletions
4
SpritePacker-GUI/MainWindow.cs
Normal file → Executable file
4
SpritePacker-GUI/MainWindow.cs
Normal file → Executable file
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue