Example #1
0
 private void toolStripButton4_Click(object sender, EventArgs e)
 {
     if (coalescedLoaded)
     {
         advancedGraphics graphx = new advancedGraphics();
         graphx.coalescedPath = coalescedPath;
         graphx.Show();
     }
     else
     {
         MessageBox.Show("You didn't load your Coalesced file yet! Please do that before moving forward! I mean, this is Coalesced Operator, after all.");
     }
 }
Example #2
0
 private void toolStripButton4_Click(object sender, EventArgs e)
 {
     if (coalescedLoaded)
     {
         advancedGraphics graphx = new advancedGraphics();
         graphx.coalescedPath = coalescedPath;
         graphx.Show();
     }
     else MessageBox.Show("You didn't load your Coalesced file yet! Please do that before moving forward! I mean, this is Coalesced Operator, after all.");
 }