Exemple #1
0
 public override void OnClick()
 {
     if ((_from != null) && (_galleon != null))
     {
         _galleon.BeginRename(_from);
     }
 }
 public override void OnDoubleClick(Mobile from)
 {
     if (m_Galleon != null && m_Galleon.Contains(from))
     {
         m_Galleon.BeginRename(from);
     }
     else if (m_Galleon != null)
     {
         m_Galleon.BeginDryDock(from);
     }
 }