Assigned time and date commands to client buttons

This commit is contained in:
2025-10-01 08:25:18 +02:00
parent 2eabe7f2b9
commit e9db84f50c
2 changed files with 12 additions and 0 deletions

View File

@@ -59,5 +59,15 @@ namespace SamaPager_Client
}
}
private void getTimeBtn_Click(object sender, EventArgs e)
{
pageClient.SendMessage("!time");
}
private void getDateBtn_Click(object sender, EventArgs e)
{
pageClient.SendMessage("!date");
}
}
}