コード例 #1
0
        //TODO

        public void HandleEvent(Event e)
        {
            throw new NotImplementedException();
        }
コード例 #2
0
ファイル: EventTarget.cs プロジェクト: rrsc/AngleSharp
 public Boolean DispatchEvent(Event e)
 {
     throw new NotImplementedException();
 }