public S_Images() { // Required to initialize variables InitializeComponent(); IndentifyCodeClass icc = new IndentifyCodeClass(); icc.CreatImage(icc.CreateIndentifyCode(6), I_mage, 100, 30); }
private void I_mage_MLBD(object sender, System.Windows.Input.MouseButtonEventArgs e) { IndentifyCodeClass icc = new IndentifyCodeClass(); icc.CreatImage(icc.CreateIndentifyCode(6), I_mage, 100, 30); }