Exemplo n.º 1
0
 public ColorSelectionChangePaletteWithScreenFuncWrapper(Gtk.ColorSelectionChangePaletteWithScreenFunc managed)
 {
     this.managed = managed;
     if (managed != null)
     {
         NativeDelegate = new ColorSelectionChangePaletteWithScreenFuncNative(NativeCallback);
     }
 }
		public ColorSelectionChangePaletteWithScreenFuncWrapper (Gtk.ColorSelectionChangePaletteWithScreenFunc managed)
		{
			this.managed = managed;
			if (managed != null)
				NativeDelegate = new ColorSelectionChangePaletteWithScreenFuncNative (NativeCallback);
		}