Rename ConductorUtilities to StyletConductorExtensions, and get rid of the SlightlyInternal namespace

This commit is contained in:
Antony Male 2014-04-17 14:58:05 +01:00
parent a33d1333a8
commit f555a0e65e
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
// Hidden away slightly, but not too well...
namespace Stylet.SlightlyInternal
namespace Stylet
{
public static class ConductorExtensions
// Don't name ConductorExtensions, otherwise it's too obvious when someone types 'Conductor'
public static class StyletConductorExtensions
{
public static void SetParent<T>(this IConductor<T> parent, IEnumerable items, bool setOrClear)
{