summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-29 14:21:33 -0700
committerJacob Palecki <[email protected]>2020-07-29 14:21:33 -0700
commit46027296f75691cf150aa279a374da3adabf8c44 (patch)
tree8911f01823e4360ef10b1c0c04d21cda04415163 /grapher/Form1.cs
parentAllow zooming on graph (diff)
downloadrawaccel-46027296f75691cf150aa279a374da3adabf8c44.tar.xz
rawaccel-46027296f75691cf150aa279a374da3adabf8c44.zip
Added skeleton for input fields
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs25
1 files changed, 25 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index 3e627fe..6e81984 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -77,5 +77,30 @@ namespace grapher
{
}
+
+ private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ private void label1_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void textBox3_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ private void label6_Click(object sender, EventArgs e)
+ {
+
+ }
}
}