Guest User

Untitled

a guest
Apr 25th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. Conversions.LengthAndDistance LengthAndDistance = new Conversions.LengthAndDistance();
  2. textBoxX2.Text = LengthAndDistance.Feet2Inches(double.Parse(textBoxX1.Text)).ToString();
Add Comment
Please, Sign In to add comment