private readonly InteractionRequest<Interaction> userFeedback = new InteractionRequest<Interaction>( "UserFeedback" );$if$ ($enableTextInput$ == true)
 // TODO: Add or modify this interaction requests and commands to suit your needs.$endif$
 InteractionRequests.Add( userFeedback );$if$ ($enableTextInput$ == true)
 InteractionRequests.Add( textInput );$endif$$if$ ($enableOpenFile$ == true)
Exemple #3
0
 private readonly InteractionRequest<NavigateInteraction> navigate = new InteractionRequest<NavigateInteraction>( "Navigate" );$if$ ($enableTextInput$ == true)