Ejemplo n.º 1
0
 public int GetNumber(EProfileType type)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public IFrameBase GetFrame(EProfileType type, bool start_from_parent)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public string[] GetElementsList(EProfileType type, EElementsFilter filter)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public IFrameBase GetFrame(EProfileType type)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public IEnumerable <IPart> FindParts(EProfileType type, bool include_bars, bool include_opt_profs)
 {
     throw new NotImplementedException();
 }