摘要:
clsfunction HelloWord{ [System.Windows.Forms.MessageBox]::Show("Hello world!")}[Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")$app=[System.Windows.Forms.Application];$myForm=new-object System.Windows.Forms.Form;$myForm.Text="my window";$button1 = new-object System.Windows.Forms.Bu 阅读全文
posted @ 2010-12-16 16:25
沙漠鱼
阅读(365)
评论(0)
推荐(0)
浙公网安备 33010602011771号