コード例 #1
0
ファイル: Console.cs プロジェクト: modulexcite/SadConsole
 /// <summary>
 /// Called when the parent console changes for this console.
 /// </summary>
 /// <param name="oldParent">The previous parent.</param>
 /// <param name="newParent">The new parent.</param>
 protected virtual void OnParentConsoleChanged(IParentConsole oldParent, IParentConsole newParent)
 {
 }
コード例 #2
0
ファイル: Console.cs プロジェクト: drock07/SadConsole
 /// <summary>
 /// Called when the parent console changes for this console.
 /// </summary>
 /// <param name="oldParent">The previous parent.</param>
 /// <param name="newParent">The new parent.</param>
 protected virtual void OnParentConsoleChanged(IParentConsole oldParent, IParentConsole newParent) { }