Ejemplo n.º 1
0
 public CfMeshPlane()
 {
     InitializeComponent();
     Dict = new CfMeshDict();
 }
Ejemplo n.º 2
0
 public GenerateMeshEventArgs(CfMeshDict dict)
 {
     Dict = dict;
 }