コード例 #1
0
ファイル: Logger.cs プロジェクト: diavist/Reactive-MVVM
 public static void LogException(this BaseException exc)
 {
     exc.Log();
 }