當前位置:編程學習大全網 - 網站源碼 - robot framework appiumlibrary 怎麽獲取窗口大小

robot framework appiumlibrary 怎麽獲取窗口大小

void checkBox1_CheckedChanged(object sender, EventArgs e)

{

CheckBox checkcontrol = sender as CheckBox;

if (checkcontrol.Checked == true)

{

foreach (Control item in this.panel1.Controls)

{

if (item == sender)

  • 上一篇:鴻蒙2.0如何關閉手機音樂播放器
  • 下一篇:怎樣可以制作出,怎樣的輪播!用什麽軟件可以做出這樣輪播代碼?用於淘寶的!請幫幫我!
  • copyright 2024編程學習大全網