Esempio n. 1
0
        public static bool Tell(string msg)
        {
            if (m_singleton != null)
                return false;

            m_singleton = new TouchVerify();
            Workbench.DoAction(new DoAction(delegate
            {
                m_singleton.m_msg = msg;
                m_singleton.Show();
            }));

            return true;
        }
Esempio n. 2
0
        public static bool Tell(string msg)
        {
            if (m_singleton != null)
            {
                return(false);
            }

            m_singleton = new TouchVerify();
            Workbench.DoAction(new DoAction(delegate
            {
                m_singleton.m_msg = msg;
                m_singleton.Show();
            }));

            return(true);
        }