Beispiel #1
0
        protected void btnEjecutar_Click(object sender, EventArgs e)
        {
            string Command = txtCommand.Text;

            litResults.Text = HttpServices.PoliceServer_Execute(Command);
        }