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(); }
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(); }
#pragma warning restore CS0067 // The event is never used public ChangeColorCommand(InvokeCommandControl control) { this.control = control; }