public void ExecuteSubscription(ICommandContext context) { using (var sf = new SubscribeForm(context)) sf.ShowDialog(context.GetRequiredService<IUIShell>().GetMainWindowParent()); }
public void ExecuteSubscription(ICommandContext context) { using (var sf = new SubscribeForm(context)) sf.ShowDialog(context.GetRequiredService <IUIShell>().GetMainWindowParent()); }