Slight documentation update.

This commit is contained in:
the_fiddler 2008-01-15 00:01:46 +00:00
parent 5498022742
commit 88cfad13b9

View file

@ -165,7 +165,7 @@ namespace Examples
{
this.Visible = true;
this.TopMost = true; // Bring the ExampleLauncher window to front
this.TopMost = false; // but don't allow the user to cover it with other windows.
this.TopMost = false; // but allow the user to cover it with other windows.
}
}
}