mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
GUI: Added placeholders + info on what to be done
This commit is contained in:
@@ -92,6 +92,13 @@ namespace OpenSim.GUI
|
||||
|
||||
private void btnStart_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
//
|
||||
// THIS PART NEEDS TO BE MOVED TO A SEPARATE THREAD OR A TIMER OF SOME SORT
|
||||
// should not block on wait
|
||||
// ALSO - IF SOME SERVICES ARE NOT CONFIGURED, POP UP CONFIGURATION BOX FOR THAT SERVICE!
|
||||
//
|
||||
|
||||
btnStart.Enabled = false;
|
||||
btnStop.Enabled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user