示例#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();
        }