Control that shows two dimensional R object
상속: System.Windows.Controls.UserControl
예제 #1
0
        public VariableGridWindowPane()
        {
            Caption = Resources.VariableGrid_Caption;
            Content = _gridHost = new VariableGridHost();

            BitmapImageMoniker = KnownMonikers.VariableProperty;
        }
예제 #2
0
 public VariableGridWindowPane() {
     Caption = Resources.VariableGrid_Caption;
     Content = _gridHost = new VariableGridHost();
     BitmapImageMoniker = KnownMonikers.VariableProperty;
 }