The Windows Input Simulator provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method. All of the Interop is done for you and there's a simple programming model for sending multiple keystrokes.
using System;
using System.Collections.Generic;
var persons = new Dictionary<string, string>(){
{"101", "Antony"},
{"102", "Oleg"},
{"103", "Katrine"},
{"104", "Evelina"}
};
persons.ContainsKey("102"); // true
Но кидать ссылку на поисковик это наравне с насмешкой.
Views.SplashScreen splash = new Views.SplashScreen();
splash.ShowDialog();
MainWindow mainWindow = new MainWindow();
mainWindow.Show();
Получилось разобраться?