Beispiel #1
0
 public ConfigModule(BoutonBase value)
 {
     Init(value.GetType());
 }
Beispiel #2
0
 public static String GetModuleDescription(this BoutonBase value)
 {
     return(GetModuleDescription(value.GetType()));
 }
Beispiel #3
0
 public static String GetModuleAide(this BoutonBase value)
 {
     return(GetModuleAide(value.GetType()));
 }
Beispiel #4
0
 public static eTypeDoc GetModuleTypeDocContexte(this BoutonBase value)
 {
     return(GetModuleTypeDocContexte(value.GetType()));
 }