C2024-005-Annotations-Cleanup

This commit is contained in:
2024-06-26 09:09:31 -04:00
parent d0474b22f9
commit 3c0fa4295f
18 changed files with 1370105 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
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 frmAnnotationsCleanup : Form
{
public frmAnnotationsCleanup()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
if (lbAnnotations.SelectedItem != null)
{
}
}
}
}