20250622
This commit is contained in:
@@ -144,11 +144,13 @@ namespace OnDoc.Versandstrasse
|
||||
if (!serienbrief)
|
||||
{
|
||||
lblpostausgang.Visible = true;
|
||||
lblserienbrief.Visible = false;
|
||||
this.lblpostausgang.Left = this.Width - lblpostausgang.Width;
|
||||
}
|
||||
else
|
||||
{
|
||||
lblserienbrief.Visible = true;
|
||||
lblserienbrief.Visible = false;
|
||||
lblpostausgang.Visible = false;
|
||||
this.lblserienbrief.Left = this.Width - lblserienbrief.Width;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user