Exemplo n.º 1
0
 private void InstantiateSolutionCommands()
 {
     EditSolutionCommand.Instantiate(this);
     CloseSolutionCommand.Instantiate(this);
 }
Exemplo n.º 2
0
        private async Tasks.Task InstantiateSolutionCommandsAsync()
        {
            await EditSolutionCommand.InstantiateAsync(this);

            await CloseSolutionCommand.InstantiateAsync(this);
        }