using System; namespace Microsoft.Windows.Controls { public enum WindowStartupLocation { Center, Manual } }