Exemplo n.º 1
0
        private void buttonRefresh_Click(object sender, EventArgs e)
        {
            SrRefreshAction a = new SrRefreshAction(sr);

            a.RunAsync();
        }
Exemplo n.º 2
0
        private void Rescan()
        {
            SrRefreshAction a = new SrRefreshAction(sr);

            a.RunAsync();
        }