2002-08-06 Duncan Mak <duncan@ximian.com>

* sample/CanvasExample.cs: Removed extra methods.

svn path=/trunk/gtk-sharp/; revision=6458
This commit is contained in:
Duncan Mak 2002-08-06 05:42:57 +00:00
parent 610efe83b9
commit eaca3f82e0

View File

@ -156,18 +156,6 @@ namespace GtkSamples {
sa.RetVal = true;
}
void Quit (object obj, EventArgs args)
{
Application.Quit ();
}
void Window_Delete (object obj, DeleteEventArgs args)
{
SignalArgs sa = (SignalArgs) args;
Application.Quit ();
sa.RetVal = true;
}
public static int Main (string[] args)
{
Application.Init ();