Beispiel #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="T:Clippy.Ui.MainForm"/> class.
        /// </summary>
        public MainForm()
        {
            this.clip = Clip.Create();
            this.Build();
            this.BuildTimer();

            this.FormClosed += (o, e) => Application.Exit();

            // Buttons at start
            this.tbbStart.Enabled = true;
            this.tbbStop.Enabled  = false;
        }