摘要:
1.拖放Label、button和popup控件到form2.在structure将button1和label1拖到popup1上,然后调整布局就可以Popup有几个重要的属性:1.PlacementTarget:依附于那个控件弹出,当不设置这个属性值,依附的是当前的Form。2.Placement... 阅读全文
摘要:
1) setting the Project Options, Uses Permissions, Wake lock = True2) Adding Android.JNI.PowerManager to the uses clause3) call: AcquireWakeLock; // at... 阅读全文