InitColorTable() 개인적인 정적인 메소드

private static InitColorTable ( ) : void
리턴 void
예제 #1
0
 private static void EnsureColorTable()
 {
     if (KnownColorTable.colorTable == null)
     {
         KnownColorTable.InitColorTable();
     }
 }