Added about dialog, menu action stubs
This commit is contained in:
18
Programs/GridProxyGUI/About.cs
Executable file
18
Programs/GridProxyGUI/About.cs
Executable file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
|
||||
namespace GridProxyGUI
|
||||
{
|
||||
public partial class About : Gtk.Dialog
|
||||
{
|
||||
public About()
|
||||
{
|
||||
this.Build();
|
||||
}
|
||||
|
||||
protected void OnButtonOkClicked (object sender, EventArgs e)
|
||||
{
|
||||
Hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user