protected override void OnStart(string[] args) { terytDLL teryt = new terytDLL(); teryt.Start(); }
private void btnStart_Click(object sender, EventArgs e) { terytDLL teryt = new terytDLL(); teryt.Start(); }