Save configuration between executions.

This commit is contained in:
2019-11-05 02:20:19 +01:00
parent 9bc7a542b4
commit 2fb562de19
4 changed files with 190 additions and 2 deletions

View File

@@ -183,6 +183,7 @@
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "FrmScreenAutomation";
this.Text = "ScreenAutomation";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmScreenAutomation_FormClosing);
this.Load += new System.EventHandler(this.FrmScreenAutomation_Load);
((System.ComponentModel.ISupportInitialize)(this.picCapturer)).EndInit();
this.splitMain.Panel1.ResumeLayout(false);