freeso/TSOClient/System.Drawing/EmptyClass.cs
RHY3756547 c685727162 [Android] Add android project
Need fixes for windows, windows IDE.
2016-08-28 04:52:41 +01:00

13 lines
234 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System.Drawing
{
public class EmptyClass
{
//is this enough to fool xamarin.android?
public bool yes;
}
}