Skip to content

Commit

Permalink
approve API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhomutov committed Jul 29, 2024
1 parent 57bc2ac commit 6c2c8a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ namespace Orchestra.Services
where TShell : class, Orchestra.Views.IShell { }
protected virtual System.Threading.Tasks.Task<TShell> CreateShellAsync<TShell>()
where TShell : Orchestra.Views.IShell { }
protected virtual void ShowShell(Orchestra.Views.IShell shell) { }
}
public class XamlResourceService : Orchestra.Services.IXamlResourceService
{
Expand Down

0 comments on commit 6c2c8a0

Please sign in to comment.