Exemplo n.º 1
0
        private void AsynchSetLastChange(bool show)
        {
            if (ShowFail == null)
            {
                ShowFail = new ShowBuildFailedDelegate(ShowBuildFailed);
            }

            mLastChangeLbl.BeginInvoke(ShowFail, show);
        }
Exemplo n.º 2
0
        private void AsynchSetLastChange( bool show )
        {
            if (ShowFail == null)
                ShowFail = new ShowBuildFailedDelegate(ShowBuildFailed);

            mLastChangeLbl.BeginInvoke(ShowFail, show);
        }