Пример #1
0
        public Goui.Html.Element CreateElement()
        {
            var page = new DotMatrixClock.DotMatrixClockPage();

            return(page.GetGouiElement());
        }
Пример #2
0
        public App()
        {
            InitializeComponent();

            MainPage = new DotMatrixClock.DotMatrixClockPage();
        }