public interface ILog
{
public void DoSomething();
public string Getting { get; }
}
26 September, 2008
test
Posted by
Duy Lam
at
00:47
0
comments
Subscribe to:
Posts (Atom)
A place for fun, study and $
public interface ILog
{
public void DoSomething();
public string Getting { get; }
}
Posted by
Duy Lam
at
00:47
0
comments