BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
private void DockingManager_OnLoaded(object sender, RoutedEventArgs e)
{
SfSkinManager.ApplyStylesOnApplication = true;
SfSkinManager.SetVisualStyle(mainwindow, VisualStyles.Office365);
} |