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