frmMainPromptSave Method

If a file is open, prompt the user as to whether it should be saved.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private DialogResult PromptSave()

Return Value

DialogResult
Continue if the file was either unchanged or successfully saved. Otherwise, Cancel.

See Also