예제 #1
0
파일: Form1.cs 프로젝트: cerkonst/Transport
        private void button2_Click(object sender, EventArgs e)
        {
            AddMarshrut AM = new AddMarshrut(TPS, Info.SelectedIndex);

            AM.ShowDialog();
            UpdateInfo();
        }
예제 #2
0
파일: Form1.cs 프로젝트: cerkonst/Transport
        private void button1_Click(object sender, EventArgs e)
        {
            AddMarshrut AM = new AddMarshrut(TPS);

            AM.ShowDialog();
            UpdateInfo();
        }