Example #1
0
        public PlaybackForm()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            this.classroomDropDown.SelectedIndex = 0;
            this.m_Mode = NetworkPlayback.NetworkPlaybackModeEnum.Chunk;
            this.timer.Tick += new EventHandler(this.timer_Tick);
            this.m_InfoForm = new NetworkEventInfoForm();
        }
Example #2
0
        public PlaybackForm()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
            this.classroomDropDown.SelectedIndex = 0;
            this.m_Mode      = NetworkPlayback.NetworkPlaybackModeEnum.Chunk;
            this.timer.Tick += new EventHandler(this.timer_Tick);
            this.m_InfoForm  = new NetworkEventInfoForm();
        }