Exemple #1
0
        public MainForm()
        {
            InitializeComponent();
            log("Initializing.");

            quickBreakForm = new QuickBreakForm(this);
            breakForm      = new BreakForm(this);
            enable();
        }
Exemple #2
0
        public MainForm()
        {
            InitializeComponent();
            log("Initializing.");

            quickBreakForm = new QuickBreakForm(this);
            breakForm = new BreakForm(this);
            enable();
        }