C# Class Catrobat.IDE.WindowsPhone.Views.Editor.Formula.AddNewLocalVariableView

Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
AddNewLocalVariableView ( ) : Windows.UI.Xaml

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void
TextBoxVariableName_OnTextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

AddNewLocalVariableView() public method

public AddNewLocalVariableView ( ) : Windows.UI.Xaml
return Windows.UI.Xaml

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void