FIC_Solar/SolarPower/Models/Overview.cs
2021-07-01 09:41:36 +08:00

12 lines
171 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SolarPower.Models
{
public class Overview
{
}
}