aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs')
-rw-r--r--src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs b/src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs
index e9b60929..08d2c4d8 100644
--- a/src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs
+++ b/src/WixToolset.Mba.Core/BaseBootstrapperApplicationFactory.cs
@@ -1,7 +1,9 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.BootstrapperCore 3namespace WixToolset.Mba.Core
4{ 4{
5 using WixToolset.BootstrapperCore;
6
5 public abstract class BaseBootstrapperApplicationFactory : IBootstrapperApplicationFactory 7 public abstract class BaseBootstrapperApplicationFactory : IBootstrapperApplicationFactory
6 { 8 {
7 public IBootstrapperApplication Create(IBootstrapperEngine pEngine, ref Command command) 9 public IBootstrapperApplication Create(IBootstrapperEngine pEngine, ref Command command)