Beispiel #1
0
 public static void Clear()
 {
     Layers.Clear();
     ProgramSet = new ProgramSet();
 }
Beispiel #2
0
 static GpfProgramCompiler()
 {
     Layers     = new List <ProgramLayer>();
     ProgramSet = new ProgramSet();
 }