Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Paint.cs @ 9503

Last change on this file since 9503 was 4068, checked in by swagner, 14 years ago

Sorted usings and removed unused usings in entire solution (#1094)

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