Пример #1
0
        protected override void OnStart(string[] args)
        {
            terytDLL teryt = new terytDLL();

            teryt.Start();
        }
Пример #2
0
        private void btnStart_Click(object sender, EventArgs e)
        {
            terytDLL teryt = new terytDLL();

            teryt.Start();
        }