コード例 #1
0
ファイル: ListenerModuleData.cs プロジェクト: KIT-ISAS/iviz
 protected ListenerModuleData([NotNull] string topic, [NotNull] string type) : base(topic, type)
 {
     ModuleListPanel.RegisterDisplayedTopic(Topic);
 }