2014-07-26 06:43:40 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.IO;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using RainmeterEditor.Model;
|
|
|
|
|
|
|
|
|
|
namespace RainmeterEditor.Documents.Ini
|
|
|
|
|
{
|
|
|
|
|
/*public class IniSkinDesignerFactory : IDocumentEditorFactory
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
}
|