Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Paint.cs @ 2909

Last change on this file since 2909 was 2768, checked in by mkommend, 14 years ago

added solution folders and sources for the netron library (ticket #867)

File size: 304 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using System.Drawing;
5
6namespace Netron.Diagramming.Core
7{
8    public static class Paint
9    {
10        public static void SimpleConnector(
11            Graphics g,
12            Rectangle bounds)
13        {
14        }
15    }
16}
Note: See TracBrowser for help on using the repository browser.