コード例 #1
0
ファイル: WindowOutlineTest.cs プロジェクト: whcz/Plugins
 public int GetNumber(EProfileType type)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: WindowOutlineTest.cs プロジェクト: whcz/Plugins
 public IFrameBase GetFrame(EProfileType type, bool start_from_parent)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: WindowOutlineTest.cs プロジェクト: whcz/Plugins
 public string[] GetElementsList(EProfileType type, EElementsFilter filter)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: WindowOutlineTest.cs プロジェクト: whcz/Plugins
 public IFrameBase GetFrame(EProfileType type)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: WindowOutlineTest.cs プロジェクト: whcz/Plugins
 public IEnumerable <IPart> FindParts(EProfileType type, bool include_bars, bool include_opt_profs)
 {
     throw new NotImplementedException();
 }