Guest User

Untitled

a guest
Oct 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public readonly Sensor[] loads;
  2.  
  3. private void Form1_Load(object sender, EventArgs e)
  4. {
  5. clocks = new Sensor("GPU Core", 0, SensorType.Clock, this, settings);
  6. textBox1.Text = clocks;
  7. }
  8. }
Add Comment
Please, Sign In to add comment