예제 #1
0
파일: View.cs 프로젝트: rgiot/phactory
        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";
        }
예제 #2
0
파일: View.cs 프로젝트: rgiot/phactory
        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";
        }
예제 #3
0
 public void Register(PhactoryHost.Host parent)
 {
     this.Host = parent;
 }
예제 #4
0
파일: Editor.cs 프로젝트: rgiot/phactory
 public void Register(PhactoryHost.Host parent)
 {
     this.Host = parent;
 }
예제 #5
0
파일: View.cs 프로젝트: rgiot/phactory
 public View(PhactoryHost.Host host)
     : this()
 {
     _host = host;
 }
예제 #6
0
 public PluginManager()
 {
     host = new Plugin.Host();
 }
예제 #7
0
 public View(PhactoryHost.Host host)
     : this()
 {
     _host = host;
 }
예제 #8
0
 public PluginManager()
 {
     host = new Plugin.Host();
 }