Esempio n. 1
0
 public AddMurid(dynamic owner)
 {
     InitializeComponent();
     _owner            = owner;
     this.FormClosing += new FormClosingEventHandler(this.AddMurid_FormClosing);
 }
Esempio n. 2
0
 public LihatMurid(dynamic owner)
 {
     InitializeComponent();
     _owner            = owner;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EditMurid_FormClosing);
 }
Esempio n. 3
0
        private void metroTile1_Click(object sender, EventArgs e)
        {
            ListMurid murid = new ListMurid();

            murid.Show();
        }