Inheritance: LateAction
Example #1
0
        public void SetTags(Dictionary <FrameType, string> tags)
        {
            var act = new RetagAction(_fileHandler.SetTags, tags, _fileHandler.FilePath);

            ToRetag.Add(act);
            _actions.Enqueue(act);
        }
 public void SetTags(Dictionary<FrameType, string> tags)
 {
     var act = new RetagAction(_fileHandler.SetTags, tags, _fileHandler.FilePath);
     ToRetag.Add(act);
     _actions.Enqueue(act);
 }