Skip to content

Conversation

MaxPatyk
Copy link
Contributor

@MaxPatyk MaxPatyk commented Mar 3, 2023

No description provided.

@MaxPatyk MaxPatyk requested review from MEichhoff and NexQueek March 3, 2023 15:40
@MaxPatyk MaxPatyk self-assigned this Mar 3, 2023
/// Gets or sets a boolean
/// It's true when the forward window will be saved, otherwise always false.
/// </summary>
public bool IsSave { get; set; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a property, wich should not be placed above the constructor.
Also the naming is kinda weird.
And it feels weird that this is even required. Should'nt the save logig be executed in the on save?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants