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.
|
- using System;
-
- namespace CI.WSANative.Tile
- {
- public class WSATileData
- {
- public Uri Square310x310Logo { get; set; }
-
- public Uri Square44x44Logo { get; set; }
-
- public Uri Square71x71Logo { get; set; }
-
- public Uri Wide310x150Logo { get; set; }
-
- public bool ShowNameOnSquare310x310Logo { get; set; }
-
- public bool ShowNameOnWide310x150Logo { get; set; }
- }
- }
|