예제 #1
0
 public TabItem(WindowAppElement parent, By getStrategy)
     : base(parent, getStrategy)
 {
 }
예제 #2
0
 public SaveFileDialog(WindowAppElement parent, By getStrategy)
     : base(parent, getStrategy)
 {
 }
예제 #3
0
 public SaveFileDialog(WindowAppElement element)
     : base(element)
 {
 }
예제 #4
0
 public ComboBox(WindowAppElement element)
     : base(element)
 {
 }
예제 #5
0
 public ComboBox(WindowAppElement parent, By getStrategy)
     : base(parent, getStrategy)
 {
 }
예제 #6
0
 public Menu(WindowAppElement element)
     : base(element)
 {
 }
예제 #7
0
 public Menu(WindowAppElement parent, By getStrategy)
     : base(parent, getStrategy)
 {
 }
예제 #8
0
 public DataGrid(WindowAppElement element)
     : base(element)
 {
 }
예제 #9
0
 public DataGrid(WindowAppElement parent, By getStrategy)
     : base(parent, getStrategy)
 {
 }
예제 #10
0
 public CheckBox(WindowAppElement element)
     : base(element)
 {
 }
예제 #11
0
 public ListBox(WindowAppElement element)
     : base(element)
 {
 }
예제 #12
0
 public OpenFileDialog(WindowAppElement element)
     : base(element)
 {
 }