Skip to content

Instantly share code, notes, and snippets.

@mhkoca
Created August 10, 2017 11:13
Show Gist options
  • Save mhkoca/1ad817b27d1f63fd4324bae75ac6296f to your computer and use it in GitHub Desktop.
Save mhkoca/1ad817b27d1f63fd4324bae75ac6296f to your computer and use it in GitHub Desktop.
private void raporDictionaryOlustur()
{
_dictRaporlar[1] = new Action(SubeBazliGunlukIslemRaporu);
_dictRaporlar[2] = new Action(PersonelBazliGunlukIslemRaporu);
_dictRaporlar[3] = new Action(MusteriBazliGunlukIslemRaporu);
_dictRaporlar[4] = new Action(ToplamGunlukIslemRaporu);
_dictRaporlar[5] = new Action(RaporYokUyari);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment