Форма подписки на форумы
Inheritance: JanusBaseForm
Example #1
0
		public void ExecuteSubscription(ICommandContext context)
		{
			using (var sf = new SubscribeForm(context))
				sf.ShowDialog(context.GetRequiredService<IUIShell>().GetMainWindowParent());
		}
Example #2
0
 public void ExecuteSubscription(ICommandContext context)
 {
     using (var sf = new SubscribeForm(context))
         sf.ShowDialog(context.GetRequiredService <IUIShell>().GetMainWindowParent());
 }