diff options
| author | Michael VanOverbeek <[email protected]> | 2017-06-19 22:45:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-19 22:45:53 +0000 |
| commit | f667cfbc9e57d8fe203679369d622a9678e7699e (patch) | |
| tree | 0563623264f3b9e4da0698ea0ae0759b32133d9e /ShiftOS.WinForms/Applications/TriWrite.cs | |
| parent | df37f3c366fe5884b17fa0b66d154536f8df93d2 (diff) | |
| parent | b4b19e7a4d203b58537f5b98214296ab52c49b2d (diff) | |
| download | shiftos_thereturn-f667cfbc9e57d8fe203679369d622a9678e7699e.tar.gz shiftos_thereturn-f667cfbc9e57d8fe203679369d622a9678e7699e.tar.bz2 shiftos_thereturn-f667cfbc9e57d8fe203679369d622a9678e7699e.zip | |
Merge pull request #133 from ComputeLinux/master
Add 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 |
