Beispiel #1
0
 static public AufgaabeParamAndere KonstruktInfoPanelEnable(InfoPanelTypSictEnum InfoPanelEnable)
 {
     return(new AufgaabeParamAndere(InfoPanelEnable: InfoPanelEnable));
 }
Beispiel #2
0
 static public AufgaabeParamAndere KonstruktInfoPanelExpand(InfoPanelTypSictEnum InfoPanelExpand)
 {
     return(new AufgaabeParamAndere(InfoPanelExpand: InfoPanelExpand));
 }
Beispiel #3
0
 static public string ObjektSictZwekKomponente(InfoPanelTypSictEnum InfoPanel)
 {
     return("InfoPanel[" + (InfoPanel.ToString()) + "]");
 }