{$if$ ($showTips$ == true)
            // TODO: If this class has import dependencies, they can be specified in the constructor arguments
            //       example: public $safeitemrootname$( MyService service )

            // TODO: Add or modify this interaction requests and commands to suit your needs.$endif$
            InteractionRequests.Add( userFeedback );$if$ ($enableTextInput$ == true)
Esempio n. 2
0
        {$if$ ($showTips$ == true)

            // TODO: Add or modify this interaction requests and commands to suit your needs.$endif$
            InteractionRequests.Add( userFeedback );$if$ ($enableTextInput$ == true)
        {$if$ ($showTips$ == true)
            // TODO: If this class has import dependencies, they can be specified in the constructor arguments
            //       example: public $safeitemrootname$( MyService service )

            // TODO: add additional interaction requests to suit your needs$endif$$if$ ($enableOpenFile$ == true)
            openFile = new OpenFileInteractionRequest( "OpenFile", OnFilesOpened );$endif$$if$ ($enableSaveFile$ == true)