mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
14 lines
234 B
C#
14 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;
|
|||
|
|
}
|
|||
|
|
}
|