Exemplo n.º 1
0
 public S_Images()
 {
     // Required to initialize variables
     InitializeComponent();
     IndentifyCodeClass icc = new IndentifyCodeClass();
     icc.CreatImage(icc.CreateIndentifyCode(6), I_mage, 100, 30);
 }
Exemplo n.º 2
0
        public S_Images()
        {
            // Required to initialize variables
            InitializeComponent();
            IndentifyCodeClass icc = new IndentifyCodeClass();

            icc.CreatImage(icc.CreateIndentifyCode(6), I_mage, 100, 30);
        }
Exemplo n.º 3
0
        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);
        }
Exemplo n.º 4
0
 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);
 }