Visual C# -This must be a Universal Windows Application form
Starting out a project program called Data Collector
Please Define an interface
Define an interface calledIMeasuringDevice. Add it to your project in its own IMeasuringDevice.cs source file Add the following public method declarations to your new interface:
Comment your new method declarations to know what they are meant to do.
Please Define an enumeration
Define an enumeration calledUnits. Add it to your project in its own UnitsEnumeration.cs source file. You may do so by adding a new class called UnitsEnumeration and changing the empty class declaration generated into an enum declaration ("class UnitsEnumeration" -> "enum Units"). Make your enumeration publicly accessible, and add valuesMetric andImperial to it. Comment your enumeration so its purpose is clear.
Define a Device class
Define a class calledDevice. Add it to your project in its own Device.cs source file. Make it publicly accessible and give it one method:
Comment your class
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here