コード例 #1
0
ファイル: ListView.cs プロジェクト: alexhanh/Botting-Library
 public ListView(IntPtr handle)
     : base(handle)
 {
     window_process = ExternalProcess.FromWindow(this);
 }
コード例 #2
0
 public ListView(IntPtr handle)
     : base(handle)
 {
     window_process = ExternalProcess.FromWindow(this);
 }