Ejemplo n.º 1
0
        public HairTexGeneratorForm()
        {
            InitializeComponent();
            infoLabel.Text      = "";
            info2Label.Text     = "";
            this.bitmapAreaInfo = new BitmapAreaProcessor(this);
            this.uiController   = new HairGenUiController(this, editPanelMainSplitContainer.Panel2, boundsCheckerCheckBox);

            this.asyncInfoTimer.Enabled = true;
        }
Ejemplo n.º 2
0
 private void HairTexGeneratorForm_FormClosing(object sender, FormClosingEventArgs e)
 {
     this.bitmapAreaInfo = null;
     this.uiController   = null;
 }