InitColorTable() private static méthode

private static InitColorTable ( ) : void
Résultat void
Exemple #1
0
 private static void EnsureColorTable()
 {
     if (KnownColorTable.colorTable == null)
     {
         KnownColorTable.InitColorTable();
     }
 }