Resolved compiler errors from merging code with last update
This commit is contained in:
parent
ea5967dbc6
commit
c02eebcfea
@ -519,6 +519,10 @@ namespace Volian.Controls.Library
|
||||
//else
|
||||
Clipboard.SetText(txbWrdText.Text);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// Ask RHM what to do here 2/28/2020 JBS
|
||||
}
|
||||
}
|
||||
//private void btnTest_Click(object sender, EventArgs e)
|
||||
//{
|
||||
@ -571,8 +575,6 @@ namespace Volian.Controls.Library
|
||||
_WordApp = null;
|
||||
disableButtons();
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
//private void btnTest_Click(object sender, EventArgs e)
|
||||
//{
|
||||
@ -585,12 +587,6 @@ namespace Volian.Controls.Library
|
||||
// //int cols = _WordApp.Selection.Tables[1].Columns.Count;
|
||||
//}
|
||||
|
||||
// B2019-108 Show special Characters
|
||||
private void txbWrdText_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
txbImport.Text = fixText(txbWrdText.Text);
|
||||
}
|
||||
|
||||
private void btnTableConvert_Click(object sender, EventArgs e)
|
||||
{
|
||||
string xml = ConvertWordToXML();
|
||||
|
Loading…
x
Reference in New Issue
Block a user