2026-01-18 10:43:30 +08:00
|
|
|
|
// Import LanguageExt globally
|
|
|
|
|
|
global using LanguageExt;
|
|
|
|
|
|
global using static LanguageExt.Prelude;
|
|
|
|
|
|
|
|
|
|
|
|
using System.Configuration;
|
2025-11-12 09:16:51 +08:00
|
|
|
|
using System.Data;
|
|
|
|
|
|
using System.Windows;
|
|
|
|
|
|
|
|
|
|
|
|
namespace BallanceTasEditor {
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Interaction logic for App.xaml
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public partial class App : Application {
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|