예제 #1
0
        private static Random random = new Random((int)DateTime.Now.Ticks); //thanks to McAden

        #endregion Fields

        #region Constructors

        public CalidUtility(SharpTuner st, MainWindow mw)
        {
            this.sharpTuner = st;
            this.currentImage = st.activeImage;
            InitializeComponent();
        }
예제 #2
0
 public SharpTuner()
 {
     mainWindow = new MainWindow(this);
 }
예제 #3
0
        private static Random random = new Random((int)DateTime.Now.Ticks); //thanks to McAden

        #endregion Fields

        #region Constructors

        public CalidUtility(MainWindow window)
        {
            this.mainWindow = window;
            this.currentImage = SharpTuner.ActiveImage;
            InitializeComponent();
        }