コード例 #1
0
ファイル: MatrixView.xaml.cs プロジェクト: jaywick/scrumr-pc
        private async void RemoveEntity <T>(T entity) where T : Entity
        {
            await ViewDirector.RemoveEntity(entity, Context);

            Update();
        }
コード例 #2
0
        private async Task RemoveEntity <T>(T entity) where T : Entity
        {
            await ViewDirector.RemoveEntity(entity, Context);

            Updated(null);
        }