16 lines
331 B
C#
16 lines
331 B
C#
// Import LanguageExt globally
|
|
global using LanguageExt;
|
|
global using static LanguageExt.Prelude;
|
|
|
|
using System.Configuration;
|
|
using System.Data;
|
|
using System.Windows;
|
|
|
|
namespace BallanceTasEditor {
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application {
|
|
}
|
|
}
|