Beispiel #1
0
    public void SetEntity(SupportFeature supportFeature)
    {
        SupportFeature = supportFeature;

        ViewRender();
    }
 public TeamTaskSupportFeature(SupportFeature supportFeature)
 {
     this.SupportFeature = supportFeature;
 }