Work on skin and meter

This commit is contained in:
2014-10-11 10:37:15 +03:00
parent ed320b455c
commit db366ef396
3 changed files with 695 additions and 0 deletions

View File

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RainmeterStudio.Rainmeter.Meters
{
public class StringMeter : Meter
{
public StringMeter()
: base(1)
{
}
}
}