예제 #1
0
    protected override void OnInitialize()
    {
        this.view = this.AttachView <CodeGenView>();
        that      = this;
        // TODO: put your init logic here

        base.OnInitialize();
    }
예제 #2
0
    protected override void OnDispose()
    {
        SaveViewObj();
        that = null;
        // TODO: dispose other resources


        base.OnDispose();
    }