aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/MaterialDesignInXamlToolkit-master/MainDemo.Wpf/TransitionsDemo/Slide7_MasterModel.cs
blob: 3e131236eb9306f4061bc946271888029c5b3a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace MaterialDesignDemo.TransitionsDemo
{
    public class Slide7_MasterModel
    {
    }

    public class Slide8_DetailsModel
    {

    }
}