BoldDesk®Customer service software offering ticketing, live chat, and omnichannel support, starting at $49/mo. for 10 agents. Try it for free.
private void DockingManager_OnLoaded(object sender, RoutedEventArgs e)
{
SfSkinManager.ApplyStylesOnApplication = true;
SfSkinManager.SetVisualStyle(mainwindow, VisualStyles.Office365);
} |