1
0
mirror of synced 2025-01-10 13:21:51 +01:00

14 lines
204 B
C#
Raw Normal View History

2019-08-27 16:38:06 -04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Toolbox.Library
{
public interface IEnableMdiContainer
{
}
}