mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-06-28 13:34:09 +08:00
15 lines
221 B
C#
15 lines
221 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CPF.Toolkit.Demo
|
|
{
|
|
internal class MainViewModel : ViewModelBase
|
|
{
|
|
|
|
|
|
}
|
|
}
|