示例#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());
 }