Exemplo n.º 1
0
 private void barangToolStripButton_Click(object sender, EventArgs e)
 {
     OnBarangViewClick?.Invoke(sender, _eventArgs);
 }
Exemplo n.º 2
0
 private void toolStripMenuItemBarang_Click(object sender, EventArgs e)
 {
     OnBarangViewClick?.Invoke(sender, _eventArgs);
 }