Пофиксил документы, все работает
This commit is contained in:
parent
27bae95eaa
commit
5cd329c9bf
@ -150,11 +150,11 @@ namespace PluginApp
|
||||
}
|
||||
}
|
||||
|
||||
private void CreateSimpleDoc()
|
||||
private void CreateTableDoc()
|
||||
{
|
||||
using var dialog = new SaveFileDialog
|
||||
{
|
||||
Filter = "PDF Files|*.pdf"
|
||||
Filter = "Word Files|*.docx"
|
||||
};
|
||||
if (dialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
@ -169,7 +169,7 @@ namespace PluginApp
|
||||
}
|
||||
}
|
||||
}
|
||||
private void CreateTableDoc()
|
||||
private void CreateSimpleDoc()
|
||||
{
|
||||
using var dialog = new SaveFileDialog
|
||||
{
|
||||
@ -193,7 +193,7 @@ namespace PluginApp
|
||||
{
|
||||
using var dialog = new SaveFileDialog
|
||||
{
|
||||
Filter = "docx|*.docx"
|
||||
Filter = "PDF Files|*.pdf"
|
||||
};
|
||||
if (dialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user