[System.Drawing.Design] Allow `context` be a null in the `ColorEditor.EditValue`...
[mono-project.git] / samples / embed / test.cs
blob3283006d8b313a1b210ee1f4a3fb65231e955723
1 using System;
2 using System.Runtime.CompilerServices;
4 class MonoEmbed {
5 [MethodImplAttribute(MethodImplOptions.InternalCall)]
6 extern static string gimme();
8 static void Main() {
9 Console.WriteLine (gimme ());