Ejemplo n.º 1
0
		// TODO-Linux: Implement if needed
		public static void SendMessage(IntPtr hWnd, LVMsgs msg, int wParam, ref LVITEM lParam)
		{
			Console.WriteLine("Warning using unimplemented method SendMessage");
		}
Ejemplo n.º 2
0
		public static extern void SendMessage(IntPtr hWnd, LVMsgs msg, int wParam, ref LVITEM lParam);