Beispiel #1
0
 public CUIPanelData(ENUM_Panel_Name ePanelName, CLASS_Panel pPanel)
 {
     _ePanelName = ePanelName;
     _pPanel     = pPanel;
 }