Files
bluflame/intromat/NodeNetwork/Views/NodeViewBase.cs
2026-04-18 22:31:51 +02:00

14 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
namespace NodeNetwork.Views
{
public class NodeViewBase : Control
{
}
}