Exemplo n.º 1
0
        private void AppRun()
        {
            while (true)
            {
                if (stop)
                {
                    stop    = false;
                    isStart = false;
                    return;
                }

                try {
                    mailControl.TransferMail();
                } catch (Exception e) {
                    //MessageBox.Show(e.ToString());
                };
            }
        }
        public void TestFindCouldNotAllocateEmpsMethod()
        {
            MailControl mailControl = new MailControl();

            mailControl.TransferMail();
        }