Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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; }
- }
- }
|