18 lines
327 B
C#
18 lines
327 B
C#
using CapMachine.Core;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace CapMachine.Wpf.ViewModels
|
|
{
|
|
public class FooterViewModel : NavigationViewModel
|
|
{
|
|
public FooterViewModel()
|
|
{
|
|
var dd = 1;
|
|
}
|
|
}
|
|
}
|