Exemplo n.º 1
0
 static void Main()
 {
     UIEditor win = new UIEditor ();
     win.Run (30);
 }
Exemplo n.º 2
0
        static void Main()
        {
            UIEditor win = new UIEditor();

            win.Run(30);
        }