C# Class FCS_Funding.Views.TabViews.Tab_Sessions

Interaction logic for Tab_Sessions.xaml
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: WKlingonsmith/FCS-Project

Public Methods

Method Description
Tab_Sessions ( ) : System.Linq

Private Methods

Method Description
Edit_Expense ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Open_CreateNewSession ( object sender, RoutedEventArgs e ) : void
Refresh_SessionGrid ( ) : void

This function refreshes the grid for the Sessions tab with data from the database

Refresh_SessionGrid ( object sender, RoutedEventArgs e ) : void

Override that calls the function just below for handlers -only-

Method Details

Tab_Sessions() public method

public Tab_Sessions ( ) : System.Linq
return System.Linq