public static void TrayIconSetTrayIcon(IntPtr iconHandle, string iconPath) { Initialize(); _impl.TrayIconSetTrayIcon(iconHandle, iconPath); }