protected override void OnStart(string[] args)
        {
            teryt_DLL teryt = new teryt_DLL();

            teryt.Start();
        }
Ejemplo n.º 2
0
        private void btnStart_Click(object sender, EventArgs e)
        {
            teryt_DLL teryt = new teryt_DLL();

            teryt.Start();
        }