C# Class FSClient.IncomingCallNotification

Interaction logic for IncomingCallNotifcation.xaml
Inheritance: System.Windows.Window
Mostra file Open project: mitchcapper/FSClient Class Usage Examples

Public Methods

Method Description
IncomingCallNotification ( ) : System
ShowCallNotification ( Call call ) : void

Private Methods

Method Description
MakeUsTop ( ) : void
PositionWindows ( ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
btnCall_Click ( object sender, RoutedEventArgs e ) : void
btnHangup_Click ( object sender, RoutedEventArgs e ) : void
btnSendVoicemail_Click ( object sender, RoutedEventArgs e ) : void
btnTransfer_Click ( object sender, RoutedEventArgs e ) : void
call_PropertyChanged ( object sender, System e ) : void
close_us ( ) : void

Method Details

IncomingCallNotification() public method

public IncomingCallNotification ( ) : System
return System

ShowCallNotification() public static method

public static ShowCallNotification ( Call call ) : void
call Call
return void