xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

2017-01-13から1日間の記事一覧

Azureセミナー

msdn.microsoft.com

Update Controller from Other Thread by Delegate

MethodInvoker デリゲート (System.Windows.Forms) private void ShowTime(object x) { // Don't do anything if the form's handle hasn't been created // or the form has been disposed. if (!this.IsHandleCreated && !this.IsDisposed) return; // Inv…