예제 #1
0
파일: Chat.cs 프로젝트: sUmcont/Optimat.EO
 public ChatParticipant(ListEntry Base)
     :
     base(Base)
 {
 }
예제 #2
0
 public DroneViewEntry(ListEntry Base)
     :
     base(Base)
 {
 }
예제 #3
0
 public OverviewEntry(ListEntry Base)
     :
     base(Base)
 {
 }