Beispiel #1
0
 public static CellSource CellSourceFromString(string sData)
 {
     CellSource o = new CellSource(sData);
     if (DesignTimeCallback != null)
     {
         DesignTimeCallback(o, null);
     }
     return o;
 }
Beispiel #2
0
        public static CellSource CellSourceFromString(string sData)
        {
            CellSource o = new CellSource(sData);

            if (DesignTimeCallback != null)
            {
                DesignTimeCallback(o, null);
            }
            return(o);
        }