Exemplo n.º 1
0
 public FileSetup(DrawingType type, Size size, int subDivision)
 {
     InitializeComponent();
     initData = new FileSettingsEventArgs()
     {
         size         = size,
         type         = type,
         stepDivision = subDivision
     };
 }
Exemplo n.º 2
0
 private void OnDialogSubmit(FileSettingsEventArgs e)
 {
     DialogSubmit?.Invoke(this, e);
 }