PdmSwPlugin.DrawApprove/XamlWindow.xaml.cs
@@ -6,6 +6,7 @@ using SolidWorks.Interop.sldworks; using System; using System.ComponentModel; using System.Diagnostics; using System.Net.Http; using System.Runtime.CompilerServices; using System.Threading.Tasks; @@ -95,6 +96,8 @@ private void Cancel_Click(object sender, RoutedEventArgs e) { string ss = richBox.ToBase64Image(); Debug.Print(ss); DialogResult = false; }