ScreenLayout.cs 180 B

123456789
  1. using InABox.Configuration;
  2. namespace InABox.DynamicGrid
  3. {
  4. internal class ScreenLayout : IGlobalConfigurationSettings
  5. {
  6. public string XAML { get; set; }
  7. }
  8. }