Example #1
0
        private async void RemoveLabel(string param)
        {
            try
            {
                await _node.RemoveLabel(param);

                Labels.Remove(param);
            }
            catch
            {
                // nothing happens
            }
        }