public static void AddToTrayIcon(IntPtr tabBarHandle, IntPtr explorerHandle, string currentPath, string[] tabNames, string[] tabPaths) { ICommService service = GetChannel(); if (service != null) { service.AddToTrayIcon(tabBarHandle, explorerHandle, currentPath, tabNames, tabPaths); } }