Beispiel #1
0
 public BGMessageView(BGSystem bgs)
 {
     BGSys      = bgs;
     Background = null;
     Size       = new hoshi_lib.Size(300, 50);
     BGSystem.MainTimer.Tick += (s, e) => this.Update();
 }
Beispiel #2
0
        public BGIfItemList()
        {
            Background          = null;
            this.Orientation    = System.Windows.Controls.Orientation.Horizontal;
            HorizontalAlignment = System.Windows.HorizontalAlignment.Left;
            VerticalAlignment   = System.Windows.VerticalAlignment.Top;
            Size = new hoshi_lib.Size(500, 50);

            BGSystem.MainTimer.Tick += (s, e) => this.Update();
        }