Resolved compiler errors from merging code with last update

This commit is contained in:
Devin Jankowski 2020-02-28 15:28:33 +00:00
parent ea5967dbc6
commit c02eebcfea

View File

@ -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();