git.bytex64.net/Nebula/
summary
history
branches
files
/Interfaces.cs
using
Gtk
;
interface
IKeyPress
{
void
KeyPress
(
object
o
,
KeyPressEventArgs
args
)
;
}