mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 23:15:30 +00:00
5 lines
100 B
C#
5 lines
100 B
C#
|
namespace GConf
|
||
|
{
|
||
|
public delegate void NotifyEventHandler (object sender, NotifyEventArgs args);
|
||
|
}
|