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