BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void DockingManager_OnLoaded(object sender, RoutedEventArgs e)
{
SfSkinManager.ApplyStylesOnApplication = true;
SfSkinManager.SetVisualStyle(mainwindow, VisualStyles.Office365);
} |