Exemple #1
0
        public MainForm()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();
            searching = new System.Threading.Semaphore(1, 1);
            stdOut.DeactivateDebug();
            stdOut.SetInterface(StdOutInterfaces.WindowsForm);
            EDOLLHandler.Start(false);

            log = new M3SFrameLog();
            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
        }
Exemple #2
0
        public MainForm()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();
            searching = new System.Threading.Semaphore(1,1);
            stdOut.DeactivateDebug();
            stdOut.SetInterface(StdOutInterfaces.WindowsForm);
            EDOLLHandler.Start(false);

            log = new M3SFrameLog();
            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
        }