2017-06-12 22:35:19 +00:00
|
|
|
|
using System;
|
|
|
|
|
using Ooui;
|
|
|
|
|
|
|
|
|
|
namespace Samples
|
|
|
|
|
{
|
|
|
|
|
class Program
|
|
|
|
|
{
|
2017-06-16 23:02:38 +00:00
|
|
|
|
static void Main (string[] args)
|
2017-06-12 22:35:19 +00:00
|
|
|
|
{
|
2017-06-15 06:38:58 +00:00
|
|
|
|
new ButtonSample ().Publish ();
|
|
|
|
|
|
|
|
|
|
Console.ReadLine ();
|
2017-06-12 22:35:19 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|