using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace FLY.Winder.Common
{
public class WinderSystemParams : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;
}
}
-
潘栩锋 authoredd4aab41a