Exemplo n.º 1
0
        //Testing
        private void BT_SendtoN1_Click(object sender, EventArgs e)
        {
            List <double[]> DataTime = new List <double[]>();

            DataTime = Testing.ProvideDataTime();

            RTB_DataSetViewer.Text = Testing.DecodeData(DataTime);

            try
            {
                NM.updateNodeData(DataTime, 1);
            }
            catch { }
        }
Exemplo n.º 2
0
        //private void BT_SimDataTime_Click(object sender, EventArgs e)
        //{

        //}

        //Testing
        private void BT_SimDataTime_Click_1(object sender, EventArgs e)
        {
            RTB_DataSetViewer.Text = Testing.DecodeData(Testing.ProvideDataTime());
        }