mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Work on project storage
This commit is contained in:
16
RainmeterEditor/Business/ProjectManager.cs
Normal file
16
RainmeterEditor/Business/ProjectManager.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using RainmeterEditor.Model;
|
||||
|
||||
namespace RainmeterEditor.Business
|
||||
{
|
||||
public class ProjectManager
|
||||
{
|
||||
public Project ActiveProject { get; protected set; }
|
||||
|
||||
public void Open() { }
|
||||
public void Close() { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user