Beispiel #1
0
        public View(PhactoryHost.Host host) : this()
        {
            _host = host;

            Mode0LeftPixel.Text  = "0";
            Mode0RightPixel.Text = "0";

            Mode1Pixel0.Text = "0";
            Mode1Pixel1.Text = "0";
            Mode1Pixel2.Text = "0";
            Mode1Pixel3.Text = "0";
        }
Beispiel #2
0
        public View(PhactoryHost.Host host)
            : this()
        {
            _host = host;

            Mode0LeftPixel.Text = "0";
            Mode0RightPixel.Text = "0";

            Mode1Pixel0.Text = "0";
            Mode1Pixel1.Text = "0";
            Mode1Pixel2.Text = "0";
            Mode1Pixel3.Text = "0";
        }
Beispiel #3
0
 public void Register(PhactoryHost.Host parent)
 {
     this.Host = parent;
 }
Beispiel #4
0
 public void Register(PhactoryHost.Host parent)
 {
     this.Host = parent;
 }
Beispiel #5
0
 public View(PhactoryHost.Host host)
     : this()
 {
     _host = host;
 }
Beispiel #6
0
 public PluginManager()
 {
     host = new Plugin.Host();
 }
Beispiel #7
0
 public View(PhactoryHost.Host host)
     : this()
 {
     _host = host;
 }
Beispiel #8
0
 public PluginManager()
 {
     host = new Plugin.Host();
 }