5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
public Registry() : base (IntPtr.Zero)
|
|
{
|
|
CreateNativeObject (new string [0], new GLib.Value [0]);
|
|
}
|