5 lines
100 B
C#
5 lines
100 B
C#
|
namespace GConf
|
||
|
{
|
||
|
public delegate void NotifyEventHandler (object sender, NotifyEventArgs args);
|
||
|
}
|