Beispiel #1
0
        public IEditTool Clone()
        {
            LinesMeetEditTool t = new LinesMeetEditTool(m_owner);

            // nothing that needs to be cloned
            return(t);
        }
 public IEditTool Clone()
 {
     try
     {
         LinesMeetEditTool t = new LinesMeetEditTool(m_owner);
         return(t);
     }
     catch (Exception ex)
     { throw ex; }
 }
Beispiel #3
0
 public IEditTool Clone()
 {
     LinesMeetEditTool t = new LinesMeetEditTool(m_owner);
     // nothing that needs to be cloned
     return t;
 }