This is a Grand Theft Auto V launcher that allows us to switch between several modded versions and a vanilla version of the game easily, without taking too much space.
using System.Collections.Generic;
using System.IO;
using System.Threading;
using System.Windows;
using PursuitLib;
using System.ComponentModel;
namespace GTAVModdingLauncher.Popup
{
///
/// This popup appears when the launcher needs to make the game vanilla
/// </summary>
public partial class PopupDeletingMods : Window
{
public bool CreatedModdedState { get; internal set; } = false;
private bool canClose = false;
private delegate void Callback();
private delegate void IntCallback(int value);
using System;
using System.Collections.Generic; using System.IO; using System.Threading; using System.Windows; using PursuitLib; using System.ComponentModel;
namespace GTAVModdingLauncher.Popup { ///
}