C2024-016-Write-Info-to-Results-Window-Delete-Annotations

This commit is contained in:
2024-07-26 09:20:50 -04:00
parent 10ecad47b2
commit ff940005f9
5 changed files with 365 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace VEPROMS
{
public partial class frmAnnotationResults : Form
{
public frmAnnotationResults()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}