File: IWindowCreator.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
namespace Microsoft.Maui.Controls;
 
public interface IWindowCreator
{
	Window CreateWindow(Application app, IActivationState? activationState);
}