コード例 #1
0
ファイル: EventCapturer.cs プロジェクト: mabing377/DataDeal
 public CommandCapturer(EventCapturer parent)
 {
     _parent = parent;
 }