コード例 #1
0
ファイル: StravaService.cs プロジェクト: timheuer/Kliva-1
 public StravaServiceEventArgs(StravaServiceStatus status, Exception ex = null)
 {
     Status    = status;
     Exception = ex;
 }
コード例 #2
0
ファイル: StravaService.cs プロジェクト: cgourlay/Kliva
 public StravaServiceEventArgs(StravaServiceStatus status, Exception ex = null)
 {
     this.Status = status;
     this.Exception = ex;
 }