Method RequestStop
RequestStop(Toplevel?)
Stops the provided Toplevel, causing or the top
if provided.
public static void RequestStop(Toplevel? top = null)
Parameters
Remarks
This will cause Run(Toplevel, Func<Exception, bool>?) to return.
Calling RequestStop(Toplevel?) is equivalent to setting the Running property on the currently running Toplevel to false.