Ejemplo n.º 1
0
 public void ShowListViewForm()
 {
     listViewForm.Show();
     Assert.IsTrue(listViewDetails.Properties.Visible);
 }