initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: Program
|
||||
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
|
||||
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
|
||||
|
||||
using Raton.Forms.ClientForms.Monitor;
|
||||
using System;
|
||||
using System.IO;
|
||||
using WpfApp1;
|
||||
|
||||
#nullable disable
|
||||
public static class Program
|
||||
{
|
||||
public static MainWindow form2;
|
||||
public static string ClientsFolder = "Clients";
|
||||
public static string ToolsFolder = "Tools";
|
||||
public static string DataFolder = Path.Combine(Environment.CurrentDirectory, "Data");
|
||||
public static string appData = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Reborn");
|
||||
|
||||
public static ratonClipper formClip { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user