示例#1
0
 void Onclick()
 {
     if (m_Task == null)
     {
         return;
     }
     tp.UpdateTaskInfoPanel(m_Task);
 }