using System;

namespace PublicLib
{
    
/// <summary>
    
/// Text 的摘要说明。
    
/// </summary>

    public class Template
    
{
        
public Template(string TplName)
        
{
             GetConfig( TplName);
ReadTemplate( TplName);
            
        }

        
private void  ReadTemplate(string TplName)
        
{
            
        }

        
private void  GetConfig(string TplName)
        
{
            
        }


        
private void  RepeatParse(string Name)
        
{
            
        }

        
private void Parse(string Name,string Value)
        
{
                
        }

        
public string TemplateCotent
        
{    
            
get
            
{
                
return TemplateCotent;
            }

            
set
            
{
                TemplateCotent
=value;
            }

        }
 
            
    }

}

posted on 2005-12-05 16:32  偶卖糕的  阅读(246)  评论(0编辑  收藏  举报