Update 20250118
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OnDoc.DocMgmt
|
||||
this.Style.InactiveShadowOpacity = Theaming.InactivShadowOpacity;
|
||||
}
|
||||
|
||||
public frmNote(string dokumentid)
|
||||
public frmNote(string dokumentid, string SaveButtonText ="")
|
||||
{
|
||||
InitializeComponent();
|
||||
this.Style.TitleBar.BackColor = Theaming.Titelbar();
|
||||
@@ -33,6 +33,7 @@ namespace OnDoc.DocMgmt
|
||||
this.Style.ShadowOpacity = Theaming.ShadowOpacity;
|
||||
this.Style.InactiveShadowOpacity = Theaming.InactivShadowOpacity;
|
||||
this.dokumentid= dokumentid;
|
||||
if ( SaveButtonText != "" ) {this.button1.Text= SaveButtonText;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user