mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-22 00:22:01 +00:00
9 lines
231 B
C#
9 lines
231 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using splitter;
|
|
global using Splitter_UI.Models;
|
|
global using Splitter_UI.Services;
|
|
global using Splitter_UI.ViewModels;
|