コード例 #1
0
 public AllTradesViewModel(FlyingMessageContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public AuthenticationCompletedEventArgs(FlyingMessageContext context, bool authorised, Exception exception)
 {
     this.context = context;
     this.authorised = authorised;
     this.exception = exception;
 }