Skip to content

Commit

Permalink
Remove test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicos2002 committed Oct 6, 2017
1 parent ad54538 commit 8bcd9d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified .vs/MsgKit/v15/sqlite3/storage.ide
Binary file not shown.
2 changes: 0 additions & 2 deletions MsgKitTestTool/EmailForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ private void button1_Click(object sender, EventArgs e)
email.BodyText = TextBodyTextBox.Text;
email.BodyHtml = HtmlBodyTextBox.Text;
email.SentOn = SentOnDatePicker.Value.ToUniversalTime();
//email.BodyRtf = "{\\rtf1\\ansi\\ansicpg1252\\fromhtml1 " + HtmlBodyTextBox.Text + "}";
email.BodyRtfCompressed = true;

switch (ImportanceComboBox.Text)
{
Expand Down

0 comments on commit 8bcd9d6

Please sign in to comment.