InitColorTable() private static method

private static InitColorTable ( ) : void
return void
コード例 #1
0
 private static void EnsureColorTable()
 {
     if (KnownColorTable.colorTable == null)
     {
         KnownColorTable.InitColorTable();
     }
 }