ConsEco/Sources/Modele/Platforms/Tizen/PlatformClass1.cs

9 lines
142 B

using System;
namespace Modele
{
// All the code in this file is only included on Tizen.
public class PlatformClass1
{
}
}