Exemple #1
0
        protected override void OnStart(string[] args)
        {
            terytDLL teryt = new terytDLL();

            teryt.Start();
        }
Exemple #2
0
        private void btnStart_Click(object sender, EventArgs e)
        {
            terytDLL teryt = new terytDLL();

            teryt.Start();
        }