public void test_change_convert_system_on_HEX()
        {
            ConvertingOnDiffrentNumericSystems convert = new ConvertingOnDiffrentNumericSystems();

            string whichsystem = convert.ChangeTextOnButtonSystemConverting();

            Assert.AreEqual("Data format: HEX", whichsystem);
        }
예제 #2
0
        public SmartConnection()
        {
            InitializeComponent();

            convert = new ConvertingOnDiffrentNumericSystems();
            fields  = new FillingFields(convert);
            errors  = new Errors();

            UsbNotification.RegisterUsbDeviceNotification(this.Handle);

            DataTableGrid.AllowUserToAddRows = false;
        }
        public void Init()
        {
            convert = new ConvertingOnDiffrentNumericSystems();

            fields = new FillingFields(convert);
        }