コード例 #1
0
ファイル: TagCloudViewModel.cs プロジェクト: 24093/WinTag
 private void ExecuteAddCommand(string tagName)
 {
     _tagsModel.AddTag(tagName);
 }