Esempio n. 1
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);
        }