Dies und das
This commit is contained in:
@@ -25,7 +25,7 @@ namespace BeWo
|
||||
public string Question
|
||||
{
|
||||
get { return _Question; }
|
||||
set { _Question = string.Format("Möchten Sie die bearbeitete Datei im Pfad \"{0}\" Hochladen?", value); }
|
||||
set { _Question = string.Format("Möchten Sie die bearbeitete Datei im Pfad \"{0}\" hochladen?", value); }
|
||||
}
|
||||
public int schalter;
|
||||
public bool erneutversuchen;
|
||||
@@ -47,8 +47,8 @@ namespace BeWo
|
||||
|
||||
}
|
||||
if (schalter == 2) {
|
||||
_Question = string.Format("Bitte schließen sie zuerst das Bearbeitete Dokument.");
|
||||
Hochladebtn.Content = "Erneut Versuchen";
|
||||
_Question = string.Format("Bitte schließen sie zuerst das bearbeitete Dokument.");
|
||||
Hochladebtn.Content = "Erneut versuchen";
|
||||
|
||||
erneutversuchen = true;
|
||||
pfad = fileName;
|
||||
|
||||
Reference in New Issue
Block a user