Added client commands backend

This commit is contained in:
Andrea
2025-10-02 08:53:03 +02:00
parent cb74dd00d3
commit 036ea0ed6a
3 changed files with 19 additions and 12 deletions

View File

@@ -60,5 +60,11 @@ namespace SamaPager_Client
}
}
private void cmdLst_SelectedIndexChanged(object sender, EventArgs e)
{
logLst.Items.Add(pageClient.SendCommand(cmdLst.Text));
cmdLst.Text = String.Empty;
}
}
}