示例#1
0
		public void ExecuteShowAbout(ICommandContext context)
		{
			using (var aboutJanusForm = new AboutJanusForm(context))
				aboutJanusForm.ShowDialog(
					context.GetRequiredService<IUIShell>().GetMainWindowParent());
		}
 public void ExecuteShowAbout(ICommandContext context)
 {
     using (var aboutJanusForm = new AboutJanusForm(context))
         aboutJanusForm.ShowDialog(
             context.GetRequiredService <IUIShell>().GetMainWindowParent());
 }