Example #1
0
        private void PatchControl_Closing(object sender, CancelEventArgs e)
        {
            LayoutDocument ld = (LayoutDocument)sender;
            PatchControl   mp = (PatchControl)ld.Content;

            mp.Dispose();
        }
Example #2
0
 static void Main(string[] args)
 {
     PatchControl.ExportToC();
 }