Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Preferences / GroupsViewModel.cs @ 70aa5282

History | View | Annotate | Download (542 Bytes)

1
// -----------------------------------------------------------------------
2
// <copyright file="GroupsViewModel.cs" company="Microsoft">
3
// TODO: Update copyright text.
4
// </copyright>
5
// -----------------------------------------------------------------------
6

    
7
namespace Pithos.Client.WPF.Preferences
8
{
9
    using System;
10
    using System.Collections.Generic;
11
    using System.Linq;
12
    using System.Text;
13

    
14
    /// <summary>
15
    /// TODO: Update summary.
16
    /// </summary>
17
    public class GroupsViewModel
18
    {
19
    }
20
}