예제 #1
0
 public StravaServiceEventArgs(StravaServiceStatus status, Exception ex = null)
 {
     Status    = status;
     Exception = ex;
 }
예제 #2
0
 public StravaServiceEventArgs(StravaServiceStatus status, Exception ex = null)
 {
     this.Status = status;
     this.Exception = ex;
 }