You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
307 B

1 year ago
  1. namespace GMCabsDriverAssistantSolution.Styles;
  2. [XamlCompilation(XamlCompilationOptions.Compile)]
  3. public partial class PhoneLayoutStyle : ResourceDictionary
  4. {
  5. public static PhoneLayoutStyle SharedInstance { get; } = new PhoneLayoutStyle();
  6. public PhoneLayoutStyle()
  7. {
  8. InitializeComponent();
  9. }
  10. }