Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 736 Bytes

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