Пример #1
0
 private void ShowWindow <T>(string Title) where T : ModSettingsWindowPage
 {
     ModSettingsWindow.ShowFor <T>(Title);
 }