aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/TriWrite.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-06-19 22:45:53 +0000
committerGitHub <[email protected]>2017-06-19 22:45:53 +0000
commitf667cfbc9e57d8fe203679369d622a9678e7699e (patch)
tree0563623264f3b9e4da0698ea0ae0759b32133d9e /ShiftOS.WinForms/Applications/TriWrite.cs
parentdf37f3c366fe5884b17fa0b66d154536f8df93d2 (diff)
parentb4b19e7a4d203b58537f5b98214296ab52c49b2d (diff)
downloadshiftos_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.cs20
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