26 September, 2008

test


public interface ILog
{
public void DoSomething();
public string Getting { get; }
}