Add proper Upgrade form
This commit is contained in:
parent
ed15614288
commit
e3b7cbcc2a
13 changed files with 623 additions and 175 deletions
|
|
@ -89,14 +89,13 @@ namespace LibationWinForms
|
|||
|
||||
config.SetNonString(saveState, form.Name);
|
||||
}
|
||||
|
||||
private record FormSizeAndPosition
|
||||
{
|
||||
public int X;
|
||||
public int Y;
|
||||
public int Height;
|
||||
public int Width;
|
||||
public bool IsMaximized;
|
||||
}
|
||||
}
|
||||
record FormSizeAndPosition
|
||||
{
|
||||
public int X;
|
||||
public int Y;
|
||||
public int Height;
|
||||
public int Width;
|
||||
public bool IsMaximized;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue