Example #1
0
 private void InstantiateInsertCommands()
 {
     InsertGuidCommand.Instantiate(this);
 }
Example #2
0
 private async Tasks.Task InstantiateInsertCommandsAsync()
 {
     await InsertGuidCommand.InstantiateAsync(this);
 }