zixing131 / ClientEngine

Provide a component you can write a spider engine

Home Page:http://www.b310.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClientEngine Build Status


中文文档

This is a C # skin components , the project comes with two demo, you can modify the effect you want according to your actual needs

First you need to define a subclass inherits TitleRender, for example :

    public class CustomTitleRender : TitleRender
    {
    }

Then , the form is inherited UIForm, the following code:

    public  class CustomForm : UIForm<DefaultFormRender, CustomTitleRender>
    {
    }

Is a simple to define a custom form , it's so cool,is it?

##Power By

mahua

About

Provide a component you can write a spider engine

http://www.b310.com


Languages

Language:C# 100.0%