diff options
| author | Jacob Palecki <[email protected]> | 2020-07-29 14:21:33 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-29 14:21:33 -0700 |
| commit | 46027296f75691cf150aa279a374da3adabf8c44 (patch) | |
| tree | 8911f01823e4360ef10b1c0c04d21cda04415163 /grapher/Form1.cs | |
| parent | Allow zooming on graph (diff) | |
| download | rawaccel-46027296f75691cf150aa279a374da3adabf8c44.tar.xz rawaccel-46027296f75691cf150aa279a374da3adabf8c44.zip | |
Added skeleton for input fields
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 25 |
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) + { + + } } } |