コード例 #1
0
 public ConditionPage()
 {
     InitializeComponent();
     this._callMethodControl     = new CallMethodControl();
     this._changePropertyControl = new ChangePropertyControl();
     this._goToStateControl      = new GoToStateControl();
     this._invokeCommandControl  = new InvokeCommandControl();
     this._launchUriControl      = new LaunchUriControl();
     this._playSoundControl      = new PlaySoundControl();
 }
コード例 #2
0
        public MainPage()
        {
            this.InitializeComponent();

            _datatrigger        = new DataTriggerControl();
            _eventtrigger       = new EventTriggerControl();
            _incrementaltrigger = new IncrementalUpdateControl();

            _callmethodaction        = new CallMethodControl();
            _gotostateaction         = new GoToStateControl();
            _changepropertyaction    = new ChangePropertyControl();
            _controlstoryboardaction = new ControlStoryboardControl();
            _playsoundaction         = new PlaySoundControl();
            _navigatetopageaction    = new NavigateToPageControl();
            _invokecommandaction     = new InvokeCommandControl();

            _custombehavioraction = new CustomBehaviorControl();
            _customactionaction   = new CustomActionControl();
        }
コード例 #3
0
        public MainPage()
        {
            this.InitializeComponent();

            _datatrigger = new DataTriggerControl();
            _eventtrigger = new EventTriggerControl();
            _incrementaltrigger = new IncrementalUpdateControl();

            _callmethodaction = new CallMethodControl();
            _gotostateaction = new GoToStateControl();
            _changepropertyaction = new ChangePropertyControl();
            _controlstoryboardaction = new ControlStoryboardControl();
            _playsoundaction = new PlaySoundControl();
            _navigatetopageaction = new NavigateToPageControl();
            _invokecommandaction = new InvokeCommandControl();

            _custombehavioraction = new CustomBehaviorControl();
            _customactionaction = new CustomActionControl();
        }