qakmak
It would be helpful if every method has description on its top, like that:
///<summary>
Play Media File
///</summary>
///<param name="double">select the play position</param>
public void Play(double position){//some code}
on May 02, 2013 18:40