SaveWorkbookAs edit
This commit is contained in:
parent
0258eb4d2b
commit
94b7c4a52b
@ -58,10 +58,12 @@ namespace RehauSku.Interface
|
||||
workbook.Close(false);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
string fileName = dialog.FileName;
|
||||
|
||||
workbook.SaveAs(fileName);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user