diff options
| author | william341 <[email protected]> | 2017-06-19 14:08:36 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-06-19 14:08:36 -0700 |
| commit | b4b19e7a4d203b58537f5b98214296ab52c49b2d (patch) | |
| tree | 0563623264f3b9e4da0698ea0ae0759b32133d9e /ShiftOS.WinForms/Applications/TriWrite.cs | |
| parent | 09e2268bc220b299ef2c1b8779c4df0b5ef4df3c (diff) | |
| download | shiftos_thereturn-b4b19e7a4d203b58537f5b98214296ab52c49b2d.tar.gz shiftos_thereturn-b4b19e7a4d203b58537f5b98214296ab52c49b2d.tar.bz2 shiftos_thereturn-b4b19e7a4d203b58537f5b98214296ab52c49b2d.zip | |
trisheet basics
Diffstat (limited to 'ShiftOS.WinForms/Applications/TriWrite.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TriWrite.cs | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
