Пример #1
0
 void Show(UIData uiData)
 {
     if (uiData.NotNull())
     {
         uiData.Show();
     }
 }