public FrmTestExe(TestJob tj) { InitializeComponent(); this.job = tj; }
public FrmCodeExe(Job job) { InitializeComponent(); this.job = job as TestJob; }