C# Class P02Project.ContactUs

Interaction logic for ContactUs.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
ファイルを表示 Open project: raouldc/OptiDev

Public Methods

Method Description
AnimateIn ( ) : void
AnimateOut ( ) : void
ContactUs ( ) : System

Private Methods

Method Description
MapWithPushpins_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MapWithPushpins_TouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
ResetTimer ( ) : void
auckFOFlow ( ) : System.Windows.Documents.FlowDocument
auckFPContent ( ) : StackPanel

Content about the Auckland family place contacts

auckFSFlow ( ) : System.Windows.Documents.FlowDocument
auckMOContent ( ) : StackPanel

Content about the Auckland main office contacts

canterburyFOFlow ( ) : System.Windows.Documents.FlowDocument
chchFPContent ( ) : StackPanel

Content about the Christchurch family place contacts

chchFSFlow ( ) : System.Windows.Documents.FlowDocument
dunedinFPContent ( ) : StackPanel

Content about the Dunedin family place contacts

dunedinFSFlow ( ) : System.Windows.Documents.FlowDocument
familyPlaceContent ( ) : StackPanel

Creates a stack panel containing the content for the family place section

familySupportContent ( ) : Grid
fmlPlClicked ( Object sender, RoutedEventArgs e ) : void

this method called when the "Family Places" option button has been clicked

fmlSptBrsClicked ( Object sender, RoutedEventArgs e ) : void

this method called when the "Family Support Branches" option button has been clicked

fndrsClicked ( Object sender, RoutedEventArgs e ) : void

this method called when the "Findraising Office" option button has been clicked

fundraisingOfficeContent ( ) : Grid
hbFPContent ( ) : StackPanel

Content about the Hawkes Bay family place contacts

mainOffClicked ( Object sender, RoutedEventArgs e ) : void

this method called when the "Main Office" option button has been clicked

mainOfficeContent ( ) : StackPanel

Creates a stack panel containing the content for the main office section

otagoFOFlow ( ) : System.Windows.Documents.FlowDocument
setButtonStyles ( ) : void
setRTBoxStyle ( System.Windows.Controls.RichTextBox box ) : void
tarawhitiFSFlow ( ) : System.Windows.Documents.FlowDocument
taurangaFOFlow ( ) : System.Windows.Documents.FlowDocument
taurangaFPContent ( ) : StackPanel

Content about the Tauranga family place contacts

waikatoFOFlow ( ) : System.Windows.Documents.FlowDocument
waikatoFSFlow ( ) : System.Windows.Documents.FlowDocument
wellFOFlow ( ) : System.Windows.Documents.FlowDocument
wellFPContent ( ) : StackPanel

Content about the Wellington family place contacts

wellFSFlow ( ) : System.Windows.Documents.FlowDocument

Method Details

AnimateIn() public method

public AnimateIn ( ) : void
return void

AnimateOut() public method

public AnimateOut ( ) : void
return void

ContactUs() public method

public ContactUs ( ) : System
return System