chr
2024-08-30 3d4d3fc5b2ef7fc3904e2e79f0c0896241919958
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;
        }