예제 #1
0
        /*public void addAll(ArrayList addresses)
         * {
         *  foreach (MIp ip in addresses)
         *  {
         *
         *      dataGridView.Invoke(new Set((s) => dataGridView.Rows.Add(s,s.hostname,s._status)),ip);
         *  }
         * }
         *
         * public void clear()
         * {
         *  dataGridView.Invoke(new Clear((() => dataGridView.Rows.Clear())));
         * }*/

        public void add(MIp ip)
        {
            _barUpdater.update();
            dataGridView.Invoke(new Set((s) =>
            {
                dataGridView.Rows.Add(s, s.hostname, s._status);
            }
                                        ), ip);
        }
예제 #2
0
 public void update(MIp address)
 {
 }