示例#1
0
 public Cofile()
 {
     DataContext = root;
     current     = this;
     InitializeComponent();
     InitLinuxDirectory();
     this.Loaded += (sender, e) => {
         Console.WriteLine("JHLIM_DEBUG : loaded bUpdated = " + bUpdated);
         if (!bUpdated)
         {
             Cofile.current.Refresh();
         }
     };
 }
示例#2
0
 public Cofile()
 {
     current = this;
     InitializeComponent();
     InitLinuxDirectory();
 }