Exemplo n.º 1
0
		void OpenMsgbox(Base control, EventArgs args)
        {
            MessageBox window = new MessageBox(GetCanvas(), String.Format("Window {0}   MessageBox window = new MessageBox(GetCanvas(), String.Format(  MessageBox window = new MessageBox(GetCanvas(), String.Format(", m_WindowCount));
            window.SetPosition(rand.Next(700), rand.Next(400));

            m_WindowCount++;
        }
Exemplo n.º 2
0
        void OpenMsgbox(GUIControl control)
        {
            MessageBox window = new MessageBox(GetCanvas(), 
                String.Format("Window {0}   MessageBox window = new MessageBox(GetCanvas(), String.Format(  MessageBox window = new MessageBox(GetCanvas(), String.Format(", m_WindowCount), "");
            window.SetPosition(rand.Next(700), rand.Next(400));

            m_WindowCount++;
        }