J
Jacek Jurkowski
Could anybody help me to write proper
code to restart my application?
public static void OnRestartRequest()
{
...
}
Restart is needed after exception handled and
may occur anytime in application life time ...
code to restart my application?
public static void OnRestartRequest()
{
...
}
Restart is needed after exception handled and
may occur anytime in application life time ...