Exemple #1
0
 public string GetInfoProviderText(int Index, CADability.UserInterface.InfoLevelMode Level, IView View)
 {
     if (Actions.Count > 0)
     {
         return(((Action)Actions.Peek()).GetInfoProviderText(Index, Level, View));
     }
     return(null);
 }
Exemple #2
0
 public string GetInfoProviderText(int Index, CADability.UserInterface.InfoLevelMode Level)
 {
     // TODO:  Add LayoutView.GetInfoProviderText implementation
     return(null);
 }