OpenCores
URL https://opencores.org/ocsvn/a-z80/a-z80/trunk

Subversion Repositories a-z80

[/] [a-z80/] [trunk/] [tools/] [z80_pla_checker/] [source/] [ClassLog.cs] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 gdevic
namespace z80_pla_checker
2
{
3
    /// 
4
    /// Implements the logging to the main window
5
    /// 
6
    static public class ClassLog
7
    {
8
        static public void Log(string m)
9
        {
10
            Program.MainForm.Log(m);
11
        }
12
    }
13
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.