From b4b19e7a4d203b58537f5b98214296ab52c49b2d Mon Sep 17 00:00:00 2001 From: william341 Date: Mon, 19 Jun 2017 14:08:36 -0700 Subject: trisheet basics --- ShiftOS.WinForms/Applications/TriWrite.cs | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ShiftOS.WinForms/Applications/TriWrite.cs') diff --git a/ShiftOS.WinForms/Applications/TriWrite.cs b/ShiftOS.WinForms/Applications/TriWrite.cs index 291aa30..7712891 100644 --- a/ShiftOS.WinForms/Applications/TriWrite.cs +++ b/ShiftOS.WinForms/Applications/TriWrite.cs @@ -178,5 +178,25 @@ namespace ShiftOS.WinForms.Applications UpdateUI(); } } + + private void txtcontents_TextChanged(object sender, EventArgs e) + { + + } + + private void bold_Click(object sender, EventArgs e) + { + + } + + private void italic_Click(object sender, EventArgs e) + { + + } + + private void size_Click_1(object sender, EventArgs e) + { + + } } } \ No newline at end of file -- cgit v1.2.3