Example #1
0
 //[Ignore]
 public void PatientListPanelTest()
 {
     BaseFormManager.ShowForSelection(new PatientListPanel(), new HumanCaseListPanel());
 }
Example #2
0
 //[Ignore]
 public void FarmListPanelTest()
 {
     BaseFormManager.ShowForSelection(new FarmListPanel(), new HumanCaseListPanel());
 }