예제 #1
0
 protected AutomationWrapper FindDockPanel(DockPanelType type)
 {
     return(FindDockPanel(type.GetDescription()));
 }
예제 #2
0
파일: TestBase.cs 프로젝트: netide/netide
 protected AutomationWrapper FindDockPanel(DockPanelType type)
 {
     return FindDockPanel(type.GetDescription());
 }