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