예제 #1
0
 public void SetBrush(RadarBase.ObjectType type_, Brush brush_)
 {
     this.i[type_] = brush_;
 }
예제 #2
0
 public Brush GetBrush(RadarBase.ObjectType type_)
 {
     return(this.i[type_]);
 }