Esri / military-planner-application-csharp

The Military Planner Application is an Application Prototype Template for planning military operations.
Apache License 2.0
28 stars 19 forks source link

Preserve window position and size #39

Closed garysheppardjr closed 9 years ago

garysheppardjr commented 9 years ago

Currently the application window always opens at the same size. A more advanced solution would be to remember the window position and size when the application closes and use that position and size next time the app runs. That seems to be what many Windows applications do.

jmccausland commented 9 years ago

This was added in v0.5.0

jmccausland commented 9 years ago

Assigning to @jrweakland to verify&close

jrweakland commented 9 years ago

verified