private void tuzToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TuzEkleCommand tuzekle = new TuzEkleCommand(gorevler);

            remote.setCommand(tuzekle);
            MessageBox.Show(gorevler.TuzEkle());
        }
示例#2
0
 public void execute()
 {
     gorevler.TuzEkle();
 }