Ejemplo n.º 1
0
        private async void Init()
        {
            try
            {
                string[] receivedStrings = await cl.GetLocalDrives();

                UpdateListBoxWith(receivedStrings);
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }