xamarin-macios/tests/scripted/bug-13945/app.cs

7 строки
141 B
C#
Исходник Обычный вид История

2016-05-26 16:06:52 +03:00
class Test {
static void Main ()
{
System.Console.WriteLine (typeof (UIKit.UIButton));
2016-05-26 16:06:52 +03:00
System.Console.WriteLine (typeof (Native));
}
}