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; }
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); }