Пример #1
0
        public Timeline(MultiSessionView msw)
        {
            this.msv = msw;

            ruler        = new TimeRuler();
            ruler.Parent = this;
            ruler.Left   = 0;
            ruler.Top    = 0;

            this.AutoScroll = true;
            this.BackColor  = Color.White;
        }
Пример #2
0
        public Timeline(MultiSessionView msw)
        {
            this.msv = msw;

            ruler = new TimeRuler();
            ruler.Parent = this;
            ruler.Left = 0;
            ruler.Top = 0;

            this.AutoScroll = true;
            this.BackColor = Color.White;
        }