mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:35:38 +00:00
5 lines
100 B
C#
5 lines
100 B
C#
|
namespace GConf
|
||
|
{
|
||
|
public delegate void NotifyEventHandler (object sender, NotifyEventArgs args);
|
||
|
}
|