Пример #1
0
 static InteractionRequestContext()
 {
     Empty = new EmptyRequestContext();
 }
Пример #2
0
 public InteractionRequestedEventArgs(InteractionRequestContext context, Action callback)
 {
     Context  = context;
     Callback = callback;
 }