private string[] args; public Form1() { InitializeComponent(); } public Form1(string[] args) { InitializeComponent(); this.args = args; }