using CNBlogs;
namespace CNBlogs.Aqee
{
    
public class BlogerAqee:NewBloger,ISuperCNBloger,IBigCNBloger,IHumorCNBloger,IOtherCNBloger
    
{
        
public MyBlogs;
        
public BlogerAqee()
        
{
            
new MessageBox().Show("Hello CNBlog!");
        }

        
        Knowledge ISuperCNBloger.PostSuperBlog()
        
{}
        Contribution IBigCNBloger.PostMoreBlog()
        
{}
        Joy IHumorCNBloger.PostComedyBlog()
        
{}
        Amazing IOtherCNBloger.PostVaryBlog()
        
{}
        
        
public satisfaction ProvideHelp(AnyThing YourProblem)
        
{}
        
        
public Friendship Sharing(AnyOne YourHeart)
        
{}
        
        
public delegate Thanks GetHelp(AnyWay Helping);
        
public delegate Thanks GetEncourage(AnyTime Words);
        
    }

}