Example #1
0
        /// <summary>
        /// Set Properties
        /// </summary>
        public void SetMessage(CString Packet)
        {
            Gtk.Application.Invoke(delegate
            {
                this.LastMessage = Packet;

                if (this.PMPlayer != null)
                    this.WriteText("(" + this.PMPlayer.Nickname + "): " + Packet.Untokenize().Text.Trim());

                this.Show();
            }
            );
        }