ScreenLayout.cs 179 B

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