git_bsmd/nsw/Source/bsmd.herberg.FormService/Util.cs
2015-04-23 06:02:43 +00:00

30 lines
580 B
C#

//
// Class: Util
// Current CLR: 4.0.30319.34209
// System: Microsoft Visual Studio 10.0
// Author: dani
// Created: 4/13/2015 10:42:13 PM
//
// Copyright (c) 2015 Informatikbüro Daniel Schick. All rights reserved.
using System;
using System.Collections.Generic;
using log4net;
using bsmd.database;
namespace bsmd.herberg.FormService
{
public static class Util
{
private static ILog _log = LogManager.GetLogger(typeof(Util));
public static void UpdateFormCore(MessageCore core)
{
}
}
}