using System;
using Ooui;
namespace Samples
{
class Program
static void Main (string[] args)
new ButtonSample ().Publish ();
Console.ReadLine ();
}