コード例 #1
0
ファイル: Widget.cs プロジェクト: ronaldwu/GameLibrary
 protected virtual void OnLostFocus()
 {
     LostFocus.SafeInvoke(this, EventArgs.Empty);
 }