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