private void Button_Click(object sender, RoutedEventArgs e) { UserControlIslemleri.UserControlCagirma(new DerslerMenuUserControl(), MenuUserControlGrid); }
private void ogrencibtn_Click(object sender, RoutedEventArgs e) { UserControlIslemleri.UserControlCagirma(new OgrencilerMenuUserControl(), MenuUserControlGrid); }