How can I create instances of a page where a page represents a measurement device (ie multimeter, thermometer, scope, etc) in IoT? For example, in C# for Windows 10 (not IoT), I would do something like the following: formMultimeter My1stMultimeter = new formMultimeter (ID1, "0-10 VDC"); formMultimet...