コード例 #1
0
ファイル: GraphicObject.cs プロジェクト: slagusev/Crow
		protected virtual void onFocused(object sender, EventArgs e){
			#if DEBUG_FOCUS
			Debug.WriteLine("Focused => " + this.ToString());
			#endif
			Focused.Raise (this, e);
		}