ext/WindowsForms/WindowsForms/DataEntryForm.cs in rautomation-0.9.2 vs ext/WindowsForms/WindowsForms/DataEntryForm.cs in rautomation-0.9.3
- old
+ new
@@ -40,7 +40,12 @@
{
personListView.Items.Remove(item);
}
}
+ private void personListView_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
}
}