Пример #1
0
 protected DrawableCodeGenerator()
 {
   Types = new DrawableTypes(QuantumDepth.Q16);
 }
Пример #2
0
 protected DrawableCodeGenerator()
 {
     Types = new DrawableTypes(QuantumDepth.Q16);
 }
Пример #3
0
 protected DrawableCodeGenerator(bool isInterface)
 {
     Types        = new DrawableTypes(QuantumDepth.Q16);
     _isInterface = isInterface;
 }
Пример #4
0
 protected DrawableCodeGenerator(bool isInterface)
 {
     Types        = new DrawableTypes();
     _isInterface = isInterface;
 }