View of /trunk/IdealistViewer/Application/MainConsole.cs
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sun Oct 26 17:08:20 2008 UTC (4 years, 6 months ago) by teravus
File size: 322 byte(s)
Sun Oct 26 17:08:20 2008 UTC (4 years, 6 months ago) by teravus
File size: 322 byte(s)
* Initial commit, moved from /gf/project/idealistviewer/scmsvn/?action=browse&path=svn%3A%2F%2Fteravus.wmcv.com%3A9001%2FIdealistViewer
using System;
using System.Collections.Generic;
using System.Text;
namespace IdealistViewer
{
public class MainConsole
{
private static ConsoleBase instance;
public static ConsoleBase Instance
{
get { return instance; }
set { instance = value; }
}
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

