Ejemplo n.º 1
0
 protected virtual void WriteLogAtDisposing() => DebugLog.Print($"■ {this.GetType().FullName}.Disposing...");
Ejemplo n.º 2
0
 /// <summary>
 /// <see cref="DisposableBindableBase" /> クラスの新しいインスタンスを生成します。
 /// </summary>
 protected DisposableBindableBase()
 {
     DebugLog.Print($"■ {this.GetType().FullName}.ctor...");
 }